Shades of Deep Pink #F8167B
Tints of Deep Pink #F8167B
RGB
CMYK
RGB Variations
Color information
#F8167B (or 0xF8167B) is known color: Deep Pink. HEX triplet: F8, 16 and 7B. RGB value is (248,22,123). Sum of RGB (Red+Green+Blue) = 248+22+123=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8167B is #07E984. Grayscale: #646464. Windows color (decimal): -518533 or 8066808. OLE color: 8066808.
HSL color Cylindrical-coordinate representation of color #F8167B: hue angle of 333.19º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8167B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.03 |
| HSL | 333.19º | 0.94% | 0.53% | - |
| HSV(B) | 333.19º | 0.91% | 0.97% | - |
| XYZ | 42.57 | 21.96 | 20.73 | - |
| YUV | 101.09 | 140.37 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 123 | 0 | 0.91 | 0.50 | 0.03 | 333.19 | 0.94 | 0.53 |
| Hex | F8 | 16 | 7B | 0 | 5B | 32 | 3 | 14D | 5E | 35 |
| Octal | 370 | 26 | 173 | 0 | 133 | 62 | 3 | 515 | 136 | 65 |
| Binary | 11111000 | 10110 | 1111011 | 0 | 1011011 | 110010 | 11 | 101001101 | 1011110 | 110101 |
Color Harmonies of #F8167B
Complementary color
Monochromatic Colors of #F8167B
Black with #F8167B
Text Example
Text Example
White with #F8167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8167B; }
p { color: rgb(248,22,123); }
H1.HeaderClassName
{
color: #F8167B;
}
.AnyTagClassName
{
color: #F8167B;
}
</style>
background-color css
<style>
a { background-color: #F8167B; }
a { background-color: rgb(248,22,123); }
div.DivClassName
{
background-color: #F8167B;
}
.BgClassName
{
background-color: #F8167B;
}
</style>
border-color css
<style>
span { border-color: #F8167B; }
span { border-color: rgb(248,22,123); }
td.TdClassName
{
border-color: #F8167B;
}
.TagClassName
{
border-color: #F8167B;
}
</style>