Shades of Deep Pink #F20680
Tints of Deep Pink #F20680
RGB
CMYK
RGB Variations
Color information
#F20680 (or 0xF20680) is known color: Deep Pink. HEX triplet: F2, 06 and 80. RGB value is (242,6,128). Sum of RGB (Red+Green+Blue) = 242+6+128=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20680 is #0DF97F. Grayscale: #5A5A5A. Windows color (decimal): -915840 or 8390386. OLE color: 8390386.
HSL color Cylindrical-coordinate representation of color #F20680: hue angle of 328.98º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20680 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 128 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.05 |
| HSL | 328.98º | 0.95% | 0.49% | - |
| HSV(B) | 328.98º | 0.98% | 0.95% | - |
| XYZ | 40.58 | 20.57 | 22.25 | - |
| YUV | 90.47 | 149.19 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 128 | 0 | 0.98 | 0.47 | 0.05 | 328.98 | 0.95 | 0.49 |
| Hex | F2 | 6 | 80 | 0 | 62 | 2F | 5 | 149 | 5F | 31 |
| Octal | 362 | 6 | 200 | 0 | 142 | 57 | 5 | 511 | 137 | 61 |
| Binary | 11110010 | 110 | 10000000 | 0 | 1100010 | 101111 | 101 | 101001001 | 1011111 | 110001 |
Color Harmonies of #F20680
Complementary color
Monochromatic Colors of #F20680
Black with #F20680
Text Example
Text Example
White with #F20680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20680; }
p { color: rgb(242,6,128); }
H1.HeaderClassName
{
color: #F20680;
}
.AnyTagClassName
{
color: #F20680;
}
</style>
background-color css
<style>
a { background-color: #F20680; }
a { background-color: rgb(242,6,128); }
div.DivClassName
{
background-color: #F20680;
}
.BgClassName
{
background-color: #F20680;
}
</style>
border-color css
<style>
span { border-color: #F20680; }
span { border-color: rgb(242,6,128); }
td.TdClassName
{
border-color: #F20680;
}
.TagClassName
{
border-color: #F20680;
}
</style>