#F12397

Color #F12397 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F12397

Tints of Persian Rose #F12397

Color information

#F12397 (or 0xF12397) is unknown color: approx Persian Rose. HEX triplet: F1, 23 and 97. RGB value is (241,35,151). Sum of RGB (Red+Green+Blue) = 241+35+151=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F12397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12397 is #0EDC68. Grayscale: #6D6D6D. Windows color (decimal): -973929 or 9905137. OLE color: 9905137.

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

Color convert

RGB24135151-
CMYK00.850.370.05
HSL326.21º88.03%54.12%-
HSV(B)326.21º85.48%94.51%-
XYZ42.4622.1431.31-
YUV109.82151.25221.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 35 (14.06% from 255) = 8.20%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=56.44%
G=8.20%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413515100.850.370.05326.2188.0354.12
HexF123970552551465836
Octal36143227012545550613066
Binary1111000110001110010111010101011001011011010001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12397; }

 p { color: rgb(241,35,151); }

 H1.HeaderClassName
 {
   color: #F12397;
 }
 .AnyTagClassName
 {
   color: #F12397;
 }
</style>
background-color css

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

 a { background-color: rgb(241,35,151); }

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

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

 span { border-color: rgb(241,35,151); }

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