Shades of Deep Pink #F8057D
Tints of Deep Pink #F8057D
RGB
CMYK
RGB Variations
Color information
#F8057D (or 0xF8057D) is known color: Deep Pink. HEX triplet: F8, 05 and 7D. RGB value is (248,5,125). Sum of RGB (Red+Green+Blue) = 248+5+125=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8057D is #07FA82. Grayscale: #5B5B5B. Windows color (decimal): -522883 or 8193528. OLE color: 8193528.
HSL color Cylindrical-coordinate representation of color #F8057D: hue angle of 330.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8057D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.03 |
| HSL | 330.37º | 0.96% | 0.5% | - |
| HSV(B) | 330.37º | 0.98% | 0.97% | - |
| XYZ | 42.47 | 21.55 | 21.32 | - |
| YUV | 91.34 | 147.01 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 125 | 0 | 0.98 | 0.50 | 0.03 | 330.37 | 0.96 | 0.5 |
| Hex | F8 | 5 | 7D | 0 | 62 | 32 | 3 | 14A | 60 | 32 |
| Octal | 370 | 5 | 175 | 0 | 142 | 62 | 3 | 512 | 140 | 62 |
| Binary | 11111000 | 101 | 1111101 | 0 | 1100010 | 110010 | 11 | 101001010 | 1100000 | 110010 |
Color Harmonies of #F8057D
Complementary color
Monochromatic Colors of #F8057D
Black with #F8057D
Text Example
Text Example
White with #F8057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8057D; }
p { color: rgb(248,5,125); }
H1.HeaderClassName
{
color: #F8057D;
}
.AnyTagClassName
{
color: #F8057D;
}
</style>
background-color css
<style>
a { background-color: #F8057D; }
a { background-color: rgb(248,5,125); }
div.DivClassName
{
background-color: #F8057D;
}
.BgClassName
{
background-color: #F8057D;
}
</style>
border-color css
<style>
span { border-color: #F8057D; }
span { border-color: rgb(248,5,125); }
td.TdClassName
{
border-color: #F8057D;
}
.TagClassName
{
border-color: #F8057D;
}
</style>