#F41192

Color #F41192 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F41192

Tints of Deep Pink #F41192

Color information

#F41192 (or 0xF41192) is unknown color: approx Deep Pink. HEX triplet: F4, 11 and 92. RGB value is (244,17,146). Sum of RGB (Red+Green+Blue) = 244+17+146=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F41192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41192 is #0BEE6D. Grayscale: #636363. Windows color (decimal): -781934 or 9572852. OLE color: 9572852.

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

Color convert

RGB24417146-
CMYK00.930.400.04
HSL325.9º91.16%51.18%-
HSV(B)325.9º93.03%95.69%-
XYZ42.721.7129.13-
YUV99.58154.21231.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.95%
GREEN value IS 17 (7.03% from 255) = 4.18%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=59.95%
G=4.18%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441714600.930.400.04325.991.1651.18
HexF4119205D2841465b33
Octal36421222013550450613363
Binary111101001000110010010010111011010001001010001101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41192; }

 p { color: rgb(244,17,146); }

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

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

 a { background-color: rgb(244,17,146); }

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

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

 span { border-color: rgb(244,17,146); }

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