Shades of Deep Pink #F8057F
Tints of Deep Pink #F8057F
RGB
CMYK
RGB Variations
Color information
#F8057F (or 0xF8057F) is known color: Deep Pink. HEX triplet: F8, 05 and 7F. RGB value is (248,5,127). Sum of RGB (Red+Green+Blue) = 248+5+127=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8057F is #07FA80. Grayscale: #5B5B5B. Windows color (decimal): -522881 or 8324600. OLE color: 8324600.
HSL color Cylindrical-coordinate representation of color #F8057F: hue angle of 329.88º 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 #F8057F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.03 |
| HSL | 329.88º | 0.96% | 0.5% | - |
| HSV(B) | 329.88º | 0.98% | 0.97% | - |
| XYZ | 42.6 | 21.6 | 22 | - |
| YUV | 91.57 | 148.01 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 127 | 0 | 0.98 | 0.49 | 0.03 | 329.88 | 0.96 | 0.5 |
| Hex | F8 | 5 | 7F | 0 | 62 | 31 | 3 | 14A | 60 | 32 |
| Octal | 370 | 5 | 177 | 0 | 142 | 61 | 3 | 512 | 140 | 62 |
| Binary | 11111000 | 101 | 1111111 | 0 | 1100010 | 110001 | 11 | 101001010 | 1100000 | 110010 |
Color Harmonies of #F8057F
Complementary color
Monochromatic Colors of #F8057F
Black with #F8057F
Text Example
Text Example
White with #F8057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8057F; }
p { color: rgb(248,5,127); }
H1.HeaderClassName
{
color: #F8057F;
}
.AnyTagClassName
{
color: #F8057F;
}
</style>
background-color css
<style>
a { background-color: #F8057F; }
a { background-color: rgb(248,5,127); }
div.DivClassName
{
background-color: #F8057F;
}
.BgClassName
{
background-color: #F8057F;
}
</style>
border-color css
<style>
span { border-color: #F8057F; }
span { border-color: rgb(248,5,127); }
td.TdClassName
{
border-color: #F8057F;
}
.TagClassName
{
border-color: #F8057F;
}
</style>