Shades of Deep Pink #F21378
Tints of Deep Pink #F21378
RGB
CMYK
RGB Variations
Color information
#F21378 (or 0xF21378) is known color: Deep Pink. HEX triplet: F2, 13 and 78. RGB value is (242,19,120). Sum of RGB (Red+Green+Blue) = 242+19+120=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F21378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21378 is #0DEC87. Grayscale: #616161. Windows color (decimal): -912520 or 7869426. OLE color: 7869426.
HSL color Cylindrical-coordinate representation of color #F21378: hue angle of 332.83º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21378 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 120 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.05 |
| HSL | 332.83º | 0.9% | 0.51% | - |
| HSV(B) | 332.83º | 0.92% | 0.95% | - |
| XYZ | 40.24 | 20.7 | 19.64 | - |
| YUV | 97.19 | 140.88 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 120 | 0 | 0.92 | 0.50 | 0.05 | 332.83 | 0.9 | 0.51 |
| Hex | F2 | 13 | 78 | 0 | 5C | 32 | 5 | 14D | 5A | 33 |
| Octal | 362 | 23 | 170 | 0 | 134 | 62 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10011 | 1111000 | 0 | 1011100 | 110010 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21378
Complementary color
Monochromatic Colors of #F21378
Black with #F21378
Text Example
Text Example
White with #F21378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21378; }
p { color: rgb(242,19,120); }
H1.HeaderClassName
{
color: #F21378;
}
.AnyTagClassName
{
color: #F21378;
}
</style>
background-color css
<style>
a { background-color: #F21378; }
a { background-color: rgb(242,19,120); }
div.DivClassName
{
background-color: #F21378;
}
.BgClassName
{
background-color: #F21378;
}
</style>
border-color css
<style>
span { border-color: #F21378; }
span { border-color: rgb(242,19,120); }
td.TdClassName
{
border-color: #F21378;
}
.TagClassName
{
border-color: #F21378;
}
</style>