Shades of Deep Pink #F8037C
Tints of Deep Pink #F8037C
RGB
CMYK
RGB Variations
Color information
#F8037C (or 0xF8037C) is known color: Deep Pink. HEX triplet: F8, 03 and 7C. RGB value is (248,3,124). Sum of RGB (Red+Green+Blue) = 248+3+124=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8037C is #07FC83. Grayscale: #595959. Windows color (decimal): -523396 or 8127480. OLE color: 8127480.
HSL color Cylindrical-coordinate representation of color #F8037C: hue angle of 330.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8037C is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.03 |
| HSL | 330.37º | 0.98% | 0.49% | - |
| HSV(B) | 330.37º | 0.99% | 0.97% | - |
| XYZ | 42.38 | 21.48 | 20.98 | - |
| YUV | 90.05 | 147.17 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 124 | 0 | 0.99 | 0.5 | 0.03 | 330.37 | 0.98 | 0.49 |
| Hex | F8 | 3 | 7C | 0 | 63 | 32 | 3 | 14A | 62 | 31 |
| Octal | 370 | 3 | 174 | 0 | 143 | 62 | 3 | 512 | 142 | 61 |
| Binary | 11111000 | 11 | 1111100 | 0 | 1100011 | 110010 | 11 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F8037C
Complementary color
Monochromatic Colors of #F8037C
Black with #F8037C
Text Example
Text Example
White with #F8037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8037C; }
p { color: rgb(248,3,124); }
H1.HeaderClassName
{
color: #F8037C;
}
.AnyTagClassName
{
color: #F8037C;
}
</style>
background-color css
<style>
a { background-color: #F8037C; }
a { background-color: rgb(248,3,124); }
div.DivClassName
{
background-color: #F8037C;
}
.BgClassName
{
background-color: #F8037C;
}
</style>
border-color css
<style>
span { border-color: #F8037C; }
span { border-color: rgb(248,3,124); }
td.TdClassName
{
border-color: #F8037C;
}
.TagClassName
{
border-color: #F8037C;
}
</style>