#F40978

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

Shades of Deep Pink #F40978

Tints of Deep Pink #F40978

Color information

#F40978 (or 0xF40978) is unknown color: approx Deep Pink. HEX triplet: F4, 09 and 78. RGB value is (244,9,120). Sum of RGB (Red+Green+Blue) = 244+9+120=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F40978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40978 is #0BF687. Grayscale: #5B5B5B. Windows color (decimal): -784008 or 7866868. OLE color: 7866868.

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

Color convert

RGB2449120-
CMYK00.960.510.04
HSL331.66º92.89%49.61%-
HSV(B)331.66º96.31%95.69%-
XYZ40.820.7819.63-
YUV91.92143.86236.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.42%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=65.42%
G=2.41%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244912000.960.510.04331.6692.8949.61
HexF497806033414c5d32
Octal36411170014063451413562
Binary1111010010011111000011000001100111001010011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40978; }

 p { color: rgb(244,9,120); }

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

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

 a { background-color: rgb(244,9,120); }

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

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

 span { border-color: rgb(244,9,120); }

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