#F12996

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

Shades of Persian Rose #F12996

Tints of Persian Rose #F12996

Color information

#F12996 (or 0xF12996) is unknown color: approx Persian Rose. HEX triplet: F1, 29 and 96. RGB value is (241,41,150). Sum of RGB (Red+Green+Blue) = 241+41+150=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F12996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12996 is #0ED669. Grayscale: #707070. Windows color (decimal): -972394 or 9841137. OLE color: 9841137.

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

Color convert

RGB24141150-
CMYK00.830.380.05
HSL327.3º87.72%55.29%-
HSV(B)327.3º82.99%94.51%-
XYZ42.5722.4930.95-
YUV113.23148.76219.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.79%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=55.79%
G=9.49%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414115000.830.380.05327.387.7255.29
HexF129960532651475837
Octal36151226012346550713067
Binary1111000110100110010110010100111001101011010001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12996; }

 p { color: rgb(241,41,150); }

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

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

 a { background-color: rgb(241,41,150); }

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

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

 span { border-color: rgb(241,41,150); }

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