Shades of Deep Pink #F2167E
Tints of Deep Pink #F2167E
RGB
CMYK
RGB Variations
Color information
#F2167E (or 0xF2167E) is known color: Deep Pink. HEX triplet: F2, 16 and 7E. RGB value is (242,22,126). Sum of RGB (Red+Green+Blue) = 242+22+126=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2167E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2167E is #0DE981. Grayscale: #636363. Windows color (decimal): -911746 or 8263410. OLE color: 8263410.
HSL color Cylindrical-coordinate representation of color #F2167E: hue angle of 331.64º 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 #F2167E is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 126 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.05 |
| HSL | 331.64º | 0.89% | 0.52% | - |
| HSV(B) | 331.64º | 0.91% | 0.95% | - |
| XYZ | 40.67 | 20.96 | 21.64 | - |
| YUV | 99.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 126 | 0 | 0.91 | 0.48 | 0.05 | 331.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | 7E | 0 | 5B | 30 | 5 | 14C | 59 | 34 |
| Octal | 362 | 26 | 176 | 0 | 133 | 60 | 5 | 514 | 131 | 64 |
| Binary | 11110010 | 10110 | 1111110 | 0 | 1011011 | 110000 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F2167E
Complementary color
Monochromatic Colors of #F2167E
Black with #F2167E
Text Example
Text Example
White with #F2167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2167E; }
p { color: rgb(242,22,126); }
H1.HeaderClassName
{
color: #F2167E;
}
.AnyTagClassName
{
color: #F2167E;
}
</style>
background-color css
<style>
a { background-color: #F2167E; }
a { background-color: rgb(242,22,126); }
div.DivClassName
{
background-color: #F2167E;
}
.BgClassName
{
background-color: #F2167E;
}
</style>
border-color css
<style>
span { border-color: #F2167E; }
span { border-color: rgb(242,22,126); }
td.TdClassName
{
border-color: #F2167E;
}
.TagClassName
{
border-color: #F2167E;
}
</style>