Shades of Deep Pink #F21098
Tints of Deep Pink #F21098
RGB
CMYK
RGB Variations
Color information
#F21098 (or 0xF21098) is known color: Deep Pink. HEX triplet: F2, 10 and 98. RGB value is (242,16,152). Sum of RGB (Red+Green+Blue) = 242+16+152=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F21098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21098 is #0DEF67. Grayscale: #626262. Windows color (decimal): -913256 or 9965810. OLE color: 9965810.
HSL color Cylindrical-coordinate representation of color #F21098: hue angle of 323.89º 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 #F21098 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 152 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 323.89º | 0.9% | 0.51% | - |
| HSV(B) | 323.89º | 0.93% | 0.95% | - |
| XYZ | 42.47 | 21.51 | 31.62 | - |
| YUV | 99.08 | 157.87 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 152 | 0 | 0.93 | 0.37 | 0.05 | 323.89 | 0.9 | 0.51 |
| Hex | F2 | 10 | 98 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 362 | 20 | 230 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110010 | 10000 | 10011000 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F21098
Complementary color
Monochromatic Colors of #F21098
Black with #F21098
Text Example
Text Example
White with #F21098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21098; }
p { color: rgb(242,16,152); }
H1.HeaderClassName
{
color: #F21098;
}
.AnyTagClassName
{
color: #F21098;
}
</style>
background-color css
<style>
a { background-color: #F21098; }
a { background-color: rgb(242,16,152); }
div.DivClassName
{
background-color: #F21098;
}
.BgClassName
{
background-color: #F21098;
}
</style>
border-color css
<style>
span { border-color: #F21098; }
span { border-color: rgb(242,16,152); }
td.TdClassName
{
border-color: #F21098;
}
.TagClassName
{
border-color: #F21098;
}
</style>