Shades of Deep Pink #F5167C
Tints of Deep Pink #F5167C
RGB
CMYK
RGB Variations
Color information
#F5167C (or 0xF5167C) is known color: Deep Pink. HEX triplet: F5, 16 and 7C. RGB value is (245,22,124). Sum of RGB (Red+Green+Blue) = 245+22+124=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5167C is #0AE983. Grayscale: #646464. Windows color (decimal): -715140 or 8132341. OLE color: 8132341.
HSL color Cylindrical-coordinate representation of color #F5167C: hue angle of 332.56º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5167C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.04 |
| HSL | 332.56º | 0.92% | 0.52% | - |
| HSV(B) | 332.56º | 0.91% | 0.96% | - |
| XYZ | 41.58 | 21.44 | 21.02 | - |
| YUV | 100.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 124 | 0 | 0.91 | 0.49 | 0.04 | 332.56 | 0.92 | 0.52 |
| Hex | F5 | 16 | 7C | 0 | 5B | 31 | 4 | 14D | 5C | 34 |
| Octal | 365 | 26 | 174 | 0 | 133 | 61 | 4 | 515 | 134 | 64 |
| Binary | 11110101 | 10110 | 1111100 | 0 | 1011011 | 110001 | 100 | 101001101 | 1011100 | 110100 |
Color Harmonies of #F5167C
Complementary color
Monochromatic Colors of #F5167C
Black with #F5167C
Text Example
Text Example
White with #F5167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5167C; }
p { color: rgb(245,22,124); }
H1.HeaderClassName
{
color: #F5167C;
}
.AnyTagClassName
{
color: #F5167C;
}
</style>
background-color css
<style>
a { background-color: #F5167C; }
a { background-color: rgb(245,22,124); }
div.DivClassName
{
background-color: #F5167C;
}
.BgClassName
{
background-color: #F5167C;
}
</style>
border-color css
<style>
span { border-color: #F5167C; }
span { border-color: rgb(245,22,124); }
td.TdClassName
{
border-color: #F5167C;
}
.TagClassName
{
border-color: #F5167C;
}
</style>