Shades of Deep Pink #F8137B
Tints of Deep Pink #F8137B
RGB
CMYK
RGB Variations
Color information
#F8137B (or 0xF8137B) is known color: Deep Pink. HEX triplet: F8, 13 and 7B. RGB value is (248,19,123). Sum of RGB (Red+Green+Blue) = 248+19+123=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8137B is #07EC84. Grayscale: #636363. Windows color (decimal): -519301 or 8066040. OLE color: 8066040.
HSL color Cylindrical-coordinate representation of color #F8137B: hue angle of 332.75º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8137B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 123 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.03 |
| HSL | 332.75º | 0.94% | 0.52% | - |
| HSV(B) | 332.75º | 0.92% | 0.97% | - |
| XYZ | 42.52 | 21.85 | 20.72 | - |
| YUV | 99.33 | 141.37 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 123 | 0 | 0.92 | 0.50 | 0.03 | 332.75 | 0.94 | 0.52 |
| Hex | F8 | 13 | 7B | 0 | 5C | 32 | 3 | 14D | 5E | 34 |
| Octal | 370 | 23 | 173 | 0 | 134 | 62 | 3 | 515 | 136 | 64 |
| Binary | 11111000 | 10011 | 1111011 | 0 | 1011100 | 110010 | 11 | 101001101 | 1011110 | 110100 |
Color Harmonies of #F8137B
Complementary color
Monochromatic Colors of #F8137B
Black with #F8137B
Text Example
Text Example
White with #F8137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8137B; }
p { color: rgb(248,19,123); }
H1.HeaderClassName
{
color: #F8137B;
}
.AnyTagClassName
{
color: #F8137B;
}
</style>
background-color css
<style>
a { background-color: #F8137B; }
a { background-color: rgb(248,19,123); }
div.DivClassName
{
background-color: #F8137B;
}
.BgClassName
{
background-color: #F8137B;
}
</style>
border-color css
<style>
span { border-color: #F8137B; }
span { border-color: rgb(248,19,123); }
td.TdClassName
{
border-color: #F8137B;
}
.TagClassName
{
border-color: #F8137B;
}
</style>