#F40F78

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

Shades of Deep Pink #F40F78

Tints of Deep Pink #F40F78

Color information

#F40F78 (or 0xF40F78) is unknown color: approx Deep Pink. HEX triplet: F4, 0F and 78. RGB value is (244,15,120). Sum of RGB (Red+Green+Blue) = 244+15+120=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40F78 is #0BF087. Grayscale: #5F5F5F. Windows color (decimal): -782472 or 7868404. OLE color: 7868404.

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

Color convert

RGB24415120-
CMYK00.940.510.04
HSL332.49º91.24%50.78%-
HSV(B)332.49º93.85%95.69%-
XYZ40.8720.9319.66-
YUV95.44141.87233.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 64.38%
GREEN value IS 15 (6.25% from 255) = 3.96%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=64.38%
G=3.96%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441512000.940.510.04332.4991.2450.78
HexF4F7805E33414c5b33
Octal36417170013663451413363
Binary1111010011111111000010111101100111001010011001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F78; }

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

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

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

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

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

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

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

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