Shades of Deep Pink #F2169E
Tints of Deep Pink #F2169E
RGB
CMYK
RGB Variations
Color information
#F2169E (or 0xF2169E) is known color: Deep Pink. HEX triplet: F2, 16 and 9E. RGB value is (242,22,158). Sum of RGB (Red+Green+Blue) = 242+22+158=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2169E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2169E is #0DE961. Grayscale: #666666. Windows color (decimal): -911714 or 10360562. OLE color: 10360562.
HSL color Cylindrical-coordinate representation of color #F2169E: hue angle of 322.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2169E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 158 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.05 |
| HSL | 322.91º | 0.89% | 0.52% | - |
| HSV(B) | 322.91º | 0.91% | 0.95% | - |
| XYZ | 43.08 | 21.92 | 34.31 | - |
| YUV | 103.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 158 | 0 | 0.91 | 0.35 | 0.05 | 322.91 | 0.89 | 0.52 |
| Hex | F2 | 16 | 9E | 0 | 5B | 23 | 5 | 143 | 59 | 34 |
| Octal | 362 | 26 | 236 | 0 | 133 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110010 | 10110 | 10011110 | 0 | 1011011 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F2169E
Complementary color
Monochromatic Colors of #F2169E
Black with #F2169E
Text Example
Text Example
White with #F2169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2169E; }
p { color: rgb(242,22,158); }
H1.HeaderClassName
{
color: #F2169E;
}
.AnyTagClassName
{
color: #F2169E;
}
</style>
background-color css
<style>
a { background-color: #F2169E; }
a { background-color: rgb(242,22,158); }
div.DivClassName
{
background-color: #F2169E;
}
.BgClassName
{
background-color: #F2169E;
}
</style>
border-color css
<style>
span { border-color: #F2169E; }
span { border-color: rgb(242,22,158); }
td.TdClassName
{
border-color: #F2169E;
}
.TagClassName
{
border-color: #F2169E;
}
</style>