Shades of Deep Pink #F21485
Tints of Deep Pink #F21485
RGB
CMYK
RGB Variations
Color information
#F21485 (or 0xF21485) is known color: Deep Pink. HEX triplet: F2, 14 and 85. RGB value is (242,20,133). Sum of RGB (Red+Green+Blue) = 242+20+133=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21485 is #0DEB7A. Grayscale: #636363. Windows color (decimal): -912251 or 8721650. OLE color: 8721650.
HSL color Cylindrical-coordinate representation of color #F21485: hue angle of 329.46º 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 #F21485 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 133 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.05 |
| HSL | 329.46º | 0.9% | 0.51% | - |
| HSV(B) | 329.46º | 0.92% | 0.95% | - |
| XYZ | 41.1 | 21.07 | 24.09 | - |
| YUV | 99.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 133 | 0 | 0.92 | 0.45 | 0.05 | 329.46 | 0.9 | 0.51 |
| Hex | F2 | 14 | 85 | 0 | 5C | 2D | 5 | 149 | 5A | 33 |
| Octal | 362 | 24 | 205 | 0 | 134 | 55 | 5 | 511 | 132 | 63 |
| Binary | 11110010 | 10100 | 10000101 | 0 | 1011100 | 101101 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F21485
Complementary color
Monochromatic Colors of #F21485
Black with #F21485
Text Example
Text Example
White with #F21485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21485; }
p { color: rgb(242,20,133); }
H1.HeaderClassName
{
color: #F21485;
}
.AnyTagClassName
{
color: #F21485;
}
</style>
background-color css
<style>
a { background-color: #F21485; }
a { background-color: rgb(242,20,133); }
div.DivClassName
{
background-color: #F21485;
}
.BgClassName
{
background-color: #F21485;
}
</style>
border-color css
<style>
span { border-color: #F21485; }
span { border-color: rgb(242,20,133); }
td.TdClassName
{
border-color: #F21485;
}
.TagClassName
{
border-color: #F21485;
}
</style>