#F40F82

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

Shades of Deep Pink #F40F82

Tints of Deep Pink #F40F82

Color information

#F40F82 (or 0xF40F82) is unknown color: approx Deep Pink. HEX triplet: F4, 0F and 82. RGB value is (244,15,130). Sum of RGB (Red+Green+Blue) = 244+15+130=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F82 is #0BF07D. Grayscale: #606060. Windows color (decimal): -782462 or 8523764. OLE color: 8523764.

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

Color convert

RGB24415130-
CMYK00.940.470.04
HSL329.87º91.24%50.78%-
HSV(B)329.87º93.85%95.69%-
XYZ41.5121.1923.02-
YUV96.58146.87233.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.72%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=62.72%
G=3.86%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441513000.940.470.04329.8791.2450.78
HexF4F8205E2F414a5b33
Octal36417202013657451213363
Binary11110100111110000010010111101011111001010010101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40F82; }

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

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

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

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

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

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

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

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