Shades of Deep Pink #F8058F
Tints of Deep Pink #F8058F
RGB
CMYK
RGB Variations
Color information
#F8058F (or 0xF8058F) is known color: Deep Pink. HEX triplet: F8, 05 and 8F. RGB value is (248,5,143). Sum of RGB (Red+Green+Blue) = 248+5+143=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8058F is #07FA70. Grayscale: #5D5D5D. Windows color (decimal): -522865 or 9373176. OLE color: 9373176.
HSL color Cylindrical-coordinate representation of color #F8058F: hue angle of 325.93º 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 #F8058F is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.03 |
| HSL | 325.93º | 0.96% | 0.5% | - |
| HSV(B) | 325.93º | 0.98% | 0.97% | - |
| XYZ | 43.72 | 22.05 | 27.94 | - |
| YUV | 93.39 | 156.01 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 143 | 0 | 0.98 | 0.42 | 0.03 | 325.93 | 0.96 | 0.5 |
| Hex | F8 | 5 | 8F | 0 | 62 | 2A | 3 | 146 | 60 | 32 |
| Octal | 370 | 5 | 217 | 0 | 142 | 52 | 3 | 506 | 140 | 62 |
| Binary | 11111000 | 101 | 10001111 | 0 | 1100010 | 101010 | 11 | 101000110 | 1100000 | 110010 |
Color Harmonies of #F8058F
Complementary color
Monochromatic Colors of #F8058F
Black with #F8058F
Text Example
Text Example
White with #F8058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8058F; }
p { color: rgb(248,5,143); }
H1.HeaderClassName
{
color: #F8058F;
}
.AnyTagClassName
{
color: #F8058F;
}
</style>
background-color css
<style>
a { background-color: #F8058F; }
a { background-color: rgb(248,5,143); }
div.DivClassName
{
background-color: #F8058F;
}
.BgClassName
{
background-color: #F8058F;
}
</style>
border-color css
<style>
span { border-color: #F8058F; }
span { border-color: rgb(248,5,143); }
td.TdClassName
{
border-color: #F8058F;
}
.TagClassName
{
border-color: #F8058F;
}
</style>