Color Hex Logo

#f12aff Color Hex

#F12AFF
(241,42,255)
0 Favorites   0 Comments

Color spaces of #f12aff

RGB 24142255
HSL0.821.000.58
HSV296°84°100°
CMYK 0.050.840.00   0.00
XYZ55.153627.576797.0237
Yxy27.57670.30680.1534
Hunter Lab52.513595.5753-72.7844
CIE-Lab59.504491.5941-62.2780

#f12aff color RGB value is (241,42,255).

#f12aff hex color red value is 241, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f12aff hue: 0.82 , saturation: 1.00 and the lightness value of f12aff is 0.58.

The process color (four color CMYK) of #f12aff color hex is 0.05, 0.84, 0.00, 0.00. Web safe color of #f12aff is #ff33ff. Color #f12aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11111111
Octal 361 52 377
Decimal 241 42 255
Hex F1 2A FF

RGB Percentages of Color #f12aff

%44.80
%7.81
%47.40

CMYK Percentages of Color #f12aff

%5
%84
%0
%0

Triadic Colors of #f12aff

#f12aff #fff12a #2afff1

Analogous Colors of #f12aff

#f12aff #ff2aa3 #872aff

Monochromatic Colors of #f12aff

#f12aff

Complementary Color

#f12aff #38ff2a

#f12aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12aff Color CSS Codes

.mybgcolor {background-color:#f12aff; } 
.myforecolor {color:#f12aff; }
.mybordercolor {border:3px solid #f12aff; }

#f12aff Text Font Color

<p style="color:#f12aff">Text here</p>

This sample text font color is #f12aff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f12aff Background Color

<div style="background-color:#f12aff">
Div content here</div>

This div background color is #f12aff


#f12aff Border Color

<div style="border:3px solid #f12aff">
Div here</div>

This div border color is #f12aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,42,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12aff;
  -webkit-box-shadow: 1px 1px 3px 2px #f12aff;
  box-shadow:         1px 1px 3px 2px #f12aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,42,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f12aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f12aff;
  -webkit-box-shadow: 1px 1px 3px 2px #f12aff;
  box-shadow:         1px 1px 3px 2px #f12aff;">
Div content here</div>

This div box has shadow with color #f12aff

Related Colors


Comments

No comments written yet.

Please login to write comment.