Shades of Deep Pink #F21689
Tints of Deep Pink #F21689
RGB
CMYK
RGB Variations
Color information
#F21689 (or 0xF21689) is known color: Deep Pink. HEX triplet: F2, 16 and 89. RGB value is (242,22,137). Sum of RGB (Red+Green+Blue) = 242+22+137=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F21689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21689 is #0DE976. Grayscale: #646464. Windows color (decimal): -911735 or 8984306. OLE color: 8984306.
HSL color Cylindrical-coordinate representation of color #F21689: hue angle of 328.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21689 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 137 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.05 |
| HSL | 328.64º | 0.89% | 0.52% | - |
| HSV(B) | 328.64º | 0.91% | 0.95% | - |
| XYZ | 41.42 | 21.26 | 25.59 | - |
| YUV | 100.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 137 | 0 | 0.91 | 0.43 | 0.05 | 328.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | 89 | 0 | 5B | 2B | 5 | 149 | 59 | 34 |
| Octal | 362 | 26 | 211 | 0 | 133 | 53 | 5 | 511 | 131 | 64 |
| Binary | 11110010 | 10110 | 10001001 | 0 | 1011011 | 101011 | 101 | 101001001 | 1011001 | 110100 |
Color Harmonies of #F21689
Complementary color
Monochromatic Colors of #F21689
Black with #F21689
Text Example
Text Example
White with #F21689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21689; }
p { color: rgb(242,22,137); }
H1.HeaderClassName
{
color: #F21689;
}
.AnyTagClassName
{
color: #F21689;
}
</style>
background-color css
<style>
a { background-color: #F21689; }
a { background-color: rgb(242,22,137); }
div.DivClassName
{
background-color: #F21689;
}
.BgClassName
{
background-color: #F21689;
}
</style>
border-color css
<style>
span { border-color: #F21689; }
span { border-color: rgb(242,22,137); }
td.TdClassName
{
border-color: #F21689;
}
.TagClassName
{
border-color: #F21689;
}
</style>