Shades of Deep Pink #F21278
Tints of Deep Pink #F21278
RGB
CMYK
RGB Variations
Color information
#F21278 (or 0xF21278) is known color: Deep Pink. HEX triplet: F2, 12 and 78. RGB value is (242,18,120). Sum of RGB (Red+Green+Blue) = 242+18+120=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21278 is #0DED87. Grayscale: #606060. Windows color (decimal): -912776 or 7869170. OLE color: 7869170.
HSL color Cylindrical-coordinate representation of color #F21278: hue angle of 332.68º 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 #F21278 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 120 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.05 |
| HSL | 332.68º | 0.9% | 0.51% | - |
| HSV(B) | 332.68º | 0.93% | 0.95% | - |
| XYZ | 40.22 | 20.67 | 19.64 | - |
| YUV | 96.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 120 | 0 | 0.93 | 0.50 | 0.05 | 332.68 | 0.9 | 0.51 |
| Hex | F2 | 12 | 78 | 0 | 5D | 32 | 5 | 14D | 5A | 33 |
| Octal | 362 | 22 | 170 | 0 | 135 | 62 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10010 | 1111000 | 0 | 1011101 | 110010 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21278
Complementary color
Monochromatic Colors of #F21278
Black with #F21278
Text Example
Text Example
White with #F21278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21278; }
p { color: rgb(242,18,120); }
H1.HeaderClassName
{
color: #F21278;
}
.AnyTagClassName
{
color: #F21278;
}
</style>
background-color css
<style>
a { background-color: #F21278; }
a { background-color: rgb(242,18,120); }
div.DivClassName
{
background-color: #F21278;
}
.BgClassName
{
background-color: #F21278;
}
</style>
border-color css
<style>
span { border-color: #F21278; }
span { border-color: rgb(242,18,120); }
td.TdClassName
{
border-color: #F21278;
}
.TagClassName
{
border-color: #F21278;
}
</style>