Shades of Deep Pink #F21287
Tints of Deep Pink #F21287
RGB
CMYK
RGB Variations
Color information
#F21287 (or 0xF21287) is known color: Deep Pink. HEX triplet: F2, 12 and 87. RGB value is (242,18,135). Sum of RGB (Red+Green+Blue) = 242+18+135=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21287 is #0DED78. Grayscale: #626262. Windows color (decimal): -912761 or 8852210. OLE color: 8852210.
HSL color Cylindrical-coordinate representation of color #F21287: hue angle of 328.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21287 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 135 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.66º | 0.9% | 0.51% | - |
| HSV(B) | 328.66º | 0.93% | 0.95% | - |
| XYZ | 41.21 | 21.06 | 24.81 | - |
| YUV | 98.31 | 148.71 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 135 | 0 | 0.93 | 0.44 | 0.05 | 328.66 | 0.9 | 0.51 |
| Hex | F2 | 12 | 87 | 0 | 5D | 2C | 5 | 149 | 5A | 33 |
| Octal | 362 | 22 | 207 | 0 | 135 | 54 | 5 | 511 | 132 | 63 |
| Binary | 11110010 | 10010 | 10000111 | 0 | 1011101 | 101100 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F21287
Complementary color
Monochromatic Colors of #F21287
Black with #F21287
Text Example
Text Example
White with #F21287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21287; }
p { color: rgb(242,18,135); }
H1.HeaderClassName
{
color: #F21287;
}
.AnyTagClassName
{
color: #F21287;
}
</style>
background-color css
<style>
a { background-color: #F21287; }
a { background-color: rgb(242,18,135); }
div.DivClassName
{
background-color: #F21287;
}
.BgClassName
{
background-color: #F21287;
}
</style>
border-color css
<style>
span { border-color: #F21287; }
span { border-color: rgb(242,18,135); }
td.TdClassName
{
border-color: #F21287;
}
.TagClassName
{
border-color: #F21287;
}
</style>