Shades of Deep Pink #F0167C
Tints of Deep Pink #F0167C
RGB
CMYK
RGB Variations
Color information
#F0167C (or 0xF0167C) is known color: Deep Pink. HEX triplet: F0, 16 and 7C. RGB value is (240,22,124). Sum of RGB (Red+Green+Blue) = 240+22+124=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0167C is #0FE983. Grayscale: #626262. Windows color (decimal): -1042820 or 8132336. OLE color: 8132336.
HSL color Cylindrical-coordinate representation of color #F0167C: hue angle of 331.93º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0167C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.06 |
| HSL | 331.93º | 0.88% | 0.51% | - |
| HSV(B) | 331.93º | 0.91% | 0.94% | - |
| XYZ | 39.86 | 20.55 | 20.94 | - |
| YUV | 98.81 | 142.22 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 124 | 0 | 0.91 | 0.48 | 0.06 | 331.93 | 0.88 | 0.51 |
| Hex | F0 | 16 | 7C | 0 | 5B | 30 | 6 | 14C | 58 | 33 |
| Octal | 360 | 26 | 174 | 0 | 133 | 60 | 6 | 514 | 130 | 63 |
| Binary | 11110000 | 10110 | 1111100 | 0 | 1011011 | 110000 | 110 | 101001100 | 1011000 | 110011 |
Color Harmonies of #F0167C
Complementary color
Monochromatic Colors of #F0167C
Black with #F0167C
Text Example
Text Example
White with #F0167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0167C; }
p { color: rgb(240,22,124); }
H1.HeaderClassName
{
color: #F0167C;
}
.AnyTagClassName
{
color: #F0167C;
}
</style>
background-color css
<style>
a { background-color: #F0167C; }
a { background-color: rgb(240,22,124); }
div.DivClassName
{
background-color: #F0167C;
}
.BgClassName
{
background-color: #F0167C;
}
</style>
border-color css
<style>
span { border-color: #F0167C; }
span { border-color: rgb(240,22,124); }
td.TdClassName
{
border-color: #F0167C;
}
.TagClassName
{
border-color: #F0167C;
}
</style>