Shades of Deep Pink #F21194
Tints of Deep Pink #F21194
RGB
CMYK
RGB Variations
Color information
#F21194 (or 0xF21194) is known color: Deep Pink. HEX triplet: F2, 11 and 94. RGB value is (242,17,148). Sum of RGB (Red+Green+Blue) = 242+17+148=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F21194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21194 is #0DEE6B. Grayscale: #626262. Windows color (decimal): -913004 or 9703922. OLE color: 9703922.
HSL color Cylindrical-coordinate representation of color #F21194: hue angle of 325.07º 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 #F21194 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 148 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 325.07º | 0.9% | 0.51% | - |
| HSV(B) | 325.07º | 0.93% | 0.95% | - |
| XYZ | 42.16 | 21.42 | 29.93 | - |
| YUV | 99.21 | 155.54 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 148 | 0 | 0.93 | 0.39 | 0.05 | 325.07 | 0.9 | 0.51 |
| Hex | F2 | 11 | 94 | 0 | 5D | 27 | 5 | 145 | 5A | 33 |
| Octal | 362 | 21 | 224 | 0 | 135 | 47 | 5 | 505 | 132 | 63 |
| Binary | 11110010 | 10001 | 10010100 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F21194
Complementary color
Monochromatic Colors of #F21194
Black with #F21194
Text Example
Text Example
White with #F21194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21194; }
p { color: rgb(242,17,148); }
H1.HeaderClassName
{
color: #F21194;
}
.AnyTagClassName
{
color: #F21194;
}
</style>
background-color css
<style>
a { background-color: #F21194; }
a { background-color: rgb(242,17,148); }
div.DivClassName
{
background-color: #F21194;
}
.BgClassName
{
background-color: #F21194;
}
</style>
border-color css
<style>
span { border-color: #F21194; }
span { border-color: rgb(242,17,148); }
td.TdClassName
{
border-color: #F21194;
}
.TagClassName
{
border-color: #F21194;
}
</style>