#F40F80

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

Shades of Deep Pink #F40F80

Tints of Deep Pink #F40F80

Color information

#F40F80 (or 0xF40F80) is unknown color: approx Deep Pink. HEX triplet: F4, 0F and 80. RGB value is (244,15,128). Sum of RGB (Red+Green+Blue) = 244+15+128=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F80 is #0BF07F. Grayscale: #606060. Windows color (decimal): -782464 or 8392692. OLE color: 8392692.

HSL color Cylindrical-coordinate representation of color #F40F80: hue angle of 330.39º 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 #F40F80 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB24415128-
CMYK00.940.480.04
HSL330.39º91.24%50.78%-
HSV(B)330.39º93.85%95.69%-
XYZ41.3821.1322.32-
YUV96.35145.87233.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.05%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=63.05%
G=3.88%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441512800.940.480.04330.3991.2450.78
HexF4F8005E30414a5b33
Octal36417200013660451213363
Binary11110100111110000000010111101100001001010010101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F80; }

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

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

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

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

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

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

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

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