Shades of Deep Pink #F20689
Tints of Deep Pink #F20689
RGB
CMYK
RGB Variations
Color information
#F20689 (or 0xF20689) is known color: Deep Pink. HEX triplet: F2, 06 and 89. RGB value is (242,6,137). Sum of RGB (Red+Green+Blue) = 242+6+137=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F20689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20689 is #0DF976. Grayscale: #5B5B5B. Windows color (decimal): -915831 or 8980210. OLE color: 8980210.
HSL color Cylindrical-coordinate representation of color #F20689: hue angle of 326.69º 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 #F20689 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.05 |
| HSL | 326.69º | 0.95% | 0.49% | - |
| HSV(B) | 326.69º | 0.98% | 0.95% | - |
| XYZ | 41.2 | 20.81 | 25.51 | - |
| YUV | 91.5 | 153.69 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 137 | 0 | 0.98 | 0.43 | 0.05 | 326.69 | 0.95 | 0.49 |
| Hex | F2 | 6 | 89 | 0 | 62 | 2B | 5 | 147 | 5F | 31 |
| Octal | 362 | 6 | 211 | 0 | 142 | 53 | 5 | 507 | 137 | 61 |
| Binary | 11110010 | 110 | 10001001 | 0 | 1100010 | 101011 | 101 | 101000111 | 1011111 | 110001 |
Color Harmonies of #F20689
Complementary color
Monochromatic Colors of #F20689
Black with #F20689
Text Example
Text Example
White with #F20689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20689; }
p { color: rgb(242,6,137); }
H1.HeaderClassName
{
color: #F20689;
}
.AnyTagClassName
{
color: #F20689;
}
</style>
background-color css
<style>
a { background-color: #F20689; }
a { background-color: rgb(242,6,137); }
div.DivClassName
{
background-color: #F20689;
}
.BgClassName
{
background-color: #F20689;
}
</style>
border-color css
<style>
span { border-color: #F20689; }
span { border-color: rgb(242,6,137); }
td.TdClassName
{
border-color: #F20689;
}
.TagClassName
{
border-color: #F20689;
}
</style>