Shades of Deep Pink #F0167B
Tints of Deep Pink #F0167B
RGB
CMYK
RGB Variations
Color information
#F0167B (or 0xF0167B) is known color: Deep Pink. HEX triplet: F0, 16 and 7B. RGB value is (240,22,123). Sum of RGB (Red+Green+Blue) = 240+22+123=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0167B is #0FE984. Grayscale: #626262. Windows color (decimal): -1042821 or 8066800. OLE color: 8066800.
HSL color Cylindrical-coordinate representation of color #F0167B: hue angle of 332.2º 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 #F0167B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.06 |
| HSL | 332.2º | 0.88% | 0.51% | - |
| HSV(B) | 332.2º | 0.91% | 0.94% | - |
| XYZ | 39.8 | 20.53 | 20.6 | - |
| YUV | 98.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 123 | 0 | 0.91 | 0.49 | 0.06 | 332.2 | 0.88 | 0.51 |
| Hex | F0 | 16 | 7B | 0 | 5B | 31 | 6 | 14C | 58 | 33 |
| Octal | 360 | 26 | 173 | 0 | 133 | 61 | 6 | 514 | 130 | 63 |
| Binary | 11110000 | 10110 | 1111011 | 0 | 1011011 | 110001 | 110 | 101001100 | 1011000 | 110011 |
Color Harmonies of #F0167B
Complementary color
Monochromatic Colors of #F0167B
Black with #F0167B
Text Example
Text Example
White with #F0167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0167B; }
p { color: rgb(240,22,123); }
H1.HeaderClassName
{
color: #F0167B;
}
.AnyTagClassName
{
color: #F0167B;
}
</style>
background-color css
<style>
a { background-color: #F0167B; }
a { background-color: rgb(240,22,123); }
div.DivClassName
{
background-color: #F0167B;
}
.BgClassName
{
background-color: #F0167B;
}
</style>
border-color css
<style>
span { border-color: #F0167B; }
span { border-color: rgb(240,22,123); }
td.TdClassName
{
border-color: #F0167B;
}
.TagClassName
{
border-color: #F0167B;
}
</style>