#F42196

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

Shades of Persian Rose #F42196

Tints of Persian Rose #F42196

Color information

#F42196 (or 0xF42196) is unknown color: approx Persian Rose. HEX triplet: F4, 21 and 96. RGB value is (244,33,150). Sum of RGB (Red+Green+Blue) = 244+33+150=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F42196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42196 is #0BDE69. Grayscale: #6D6D6D. Windows color (decimal): -777834 or 9839092. OLE color: 9839092.

HSL color Cylindrical-coordinate representation of color #F42196: hue angle of 326.73º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42196 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24433150-
CMYK00.860.390.04
HSL326.73º90.56%54.31%-
HSV(B)326.73º86.48%95.69%-
XYZ43.3622.5230.92-
YUV109.43150.9223.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 7.73%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=57.14%
G=7.73%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443315000.860.390.04326.7390.5654.31
HexF421960562741475b36
Octal36441226012647450713366
Binary1111010010000110010110010101101001111001010001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42196; }

 p { color: rgb(244,33,150); }

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

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

 a { background-color: rgb(244,33,150); }

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

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

 span { border-color: rgb(244,33,150); }

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