Shades of Deep Pink #F40680
Tints of Deep Pink #F40680
RGB
CMYK
RGB Variations
Color information
#F40680 (or 0xF40680) is known color: Deep Pink. HEX triplet: F4, 06 and 80. RGB value is (244,6,128). Sum of RGB (Red+Green+Blue) = 244+6+128=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F40680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40680 is #0BF97F. Grayscale: #5A5A5A. Windows color (decimal): -784768 or 8390388. OLE color: 8390388.
HSL color Cylindrical-coordinate representation of color #F40680: hue angle of 329.24º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40680 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 128 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.04 |
| HSL | 329.24º | 0.95% | 0.49% | - |
| HSV(B) | 329.24º | 0.98% | 0.96% | - |
| XYZ | 41.27 | 20.92 | 22.29 | - |
| YUV | 91.07 | 148.85 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 128 | 0 | 0.98 | 0.48 | 0.04 | 329.24 | 0.95 | 0.49 |
| Hex | F4 | 6 | 80 | 0 | 62 | 30 | 4 | 149 | 5F | 31 |
| Octal | 364 | 6 | 200 | 0 | 142 | 60 | 4 | 511 | 137 | 61 |
| Binary | 11110100 | 110 | 10000000 | 0 | 1100010 | 110000 | 100 | 101001001 | 1011111 | 110001 |
Color Harmonies of #F40680
Complementary color
Monochromatic Colors of #F40680
Black with #F40680
Text Example
Text Example
White with #F40680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40680; }
p { color: rgb(244,6,128); }
H1.HeaderClassName
{
color: #F40680;
}
.AnyTagClassName
{
color: #F40680;
}
</style>
background-color css
<style>
a { background-color: #F40680; }
a { background-color: rgb(244,6,128); }
div.DivClassName
{
background-color: #F40680;
}
.BgClassName
{
background-color: #F40680;
}
</style>
border-color css
<style>
span { border-color: #F40680; }
span { border-color: rgb(244,6,128); }
td.TdClassName
{
border-color: #F40680;
}
.TagClassName
{
border-color: #F40680;
}
</style>