Shades of Deep Pink #F21492
Tints of Deep Pink #F21492
RGB
CMYK
RGB Variations
Color information
#F21492 (or 0xF21492) is known color: Deep Pink. HEX triplet: F2, 14 and 92. RGB value is (242,20,146). Sum of RGB (Red+Green+Blue) = 242+20+146=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F21492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21492 is #0DEB6D. Grayscale: #646464. Windows color (decimal): -912238 or 9573618. OLE color: 9573618.
HSL color Cylindrical-coordinate representation of color #F21492: hue angle of 325.95º 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 #F21492 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 146 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.05 |
| HSL | 325.95º | 0.9% | 0.51% | - |
| HSV(B) | 325.95º | 0.92% | 0.95% | - |
| XYZ | 42.06 | 21.45 | 29.12 | - |
| YUV | 100.74 | 153.55 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 146 | 0 | 0.92 | 0.40 | 0.05 | 325.95 | 0.9 | 0.51 |
| Hex | F2 | 14 | 92 | 0 | 5C | 28 | 5 | 146 | 5A | 33 |
| Octal | 362 | 24 | 222 | 0 | 134 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110010 | 10100 | 10010010 | 0 | 1011100 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F21492
Complementary color
Monochromatic Colors of #F21492
Black with #F21492
Text Example
Text Example
White with #F21492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21492; }
p { color: rgb(242,20,146); }
H1.HeaderClassName
{
color: #F21492;
}
.AnyTagClassName
{
color: #F21492;
}
</style>
background-color css
<style>
a { background-color: #F21492; }
a { background-color: rgb(242,20,146); }
div.DivClassName
{
background-color: #F21492;
}
.BgClassName
{
background-color: #F21492;
}
</style>
border-color css
<style>
span { border-color: #F21492; }
span { border-color: rgb(242,20,146); }
td.TdClassName
{
border-color: #F21492;
}
.TagClassName
{
border-color: #F21492;
}
</style>