Html Css Color HEX #F12CA9 Persian Rose

📋 copy color: '#F12CA9'

red 241 ◦ green 44 ◦ blue 169

#F12CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F12CA9

Tints of Persian Rose #F12CA9

RGB

 RED value IS 241 (94.53% from 255) = 53.08%

 GREEN value IS 44 (17.58% from 255) = 9.69%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 53.08%
G = 9.69%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F12CA9 (or 0xF12CA9) is known color: Persian Rose. HEX triplet: F1, 2C and A9. RGB value is (241,44,169). Sum of RGB (Red+Green+Blue) = 241+44+169=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12CA9 is #0ED356. Grayscale: #747474. Windows color (decimal): -971607 or 11087089. OLE color: 11087089.

HSL color Cylindrical-coordinate representation of color #F12CA9: hue angle of 321.93º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CA9 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 44 169 -
CMYK 0 0.82 0.30 0.05
HSL 321.93º 0.88% 0.56% -
HSV(B) 321.93º 0.82% 0.95% -
XYZ 44.34 23.37 39.71 -
YUV 117.15 157.27 216.34 -
System Red Green Blue C M Y K H S L
Decimal 241 44 169 0 0.82 0.30 0.05 321.93 0.88 0.56
Hex F1 2C A9 0 52 1E 5 142 58 38
Octal 361 54 251 0 122 36 5 502 130 70
Binary 11110001 101100 10101001 0 1010010 11110 101 101000010 1011000 111000

Color Harmonies of #F12CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CA9

Black with #F12CA9

Text Example


Text Example

White with #F12CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CA9; }

 p { color: rgb(241,44,169); }

 H1.HeaderClassName
 {
   color: #F12CA9;
 }
 .AnyTagClassName
 {
   color: #F12CA9;
 }
</style>

background-color css

<style>
 a { background-color: #F12CA9; }

 a { background-color: rgb(241,44,169); }

 div.DivClassName
 {
   background-color: #F12CA9;
 }
 .BgClassName
 {
   background-color: #F12CA9;
 }
</style>

border-color css

<style>
 span { border-color: #F12CA9; }

 span { border-color: rgb(241,44,169); }

 td.TdClassName
 {
   border-color: #F12CA9;
 }
 .TagClassName
 {
   border-color: #F12CA9;
 }
</style>