Shades of Deep Pink #F8078F
Tints of Deep Pink #F8078F
RGB
CMYK
RGB Variations
Color information
#F8078F (or 0xF8078F) is known color: Deep Pink. HEX triplet: F8, 07 and 8F. RGB value is (248,7,143). Sum of RGB (Red+Green+Blue) = 248+7+143=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8078F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8078F is #07F870. Grayscale: #5E5E5E. Windows color (decimal): -522353 or 9373688. OLE color: 9373688.
HSL color Cylindrical-coordinate representation of color #F8078F: hue angle of 326.14º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8078F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.03 |
| HSL | 326.14º | 0.95% | 0.5% | - |
| HSV(B) | 326.14º | 0.97% | 0.97% | - |
| XYZ | 43.75 | 22.09 | 27.95 | - |
| YUV | 94.56 | 155.34 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 143 | 0 | 0.97 | 0.42 | 0.03 | 326.14 | 0.95 | 0.5 |
| Hex | F8 | 7 | 8F | 0 | 61 | 2A | 3 | 146 | 5F | 32 |
| Octal | 370 | 7 | 217 | 0 | 141 | 52 | 3 | 506 | 137 | 62 |
| Binary | 11111000 | 111 | 10001111 | 0 | 1100001 | 101010 | 11 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F8078F
Complementary color
Monochromatic Colors of #F8078F
Black with #F8078F
Text Example
Text Example
White with #F8078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8078F; }
p { color: rgb(248,7,143); }
H1.HeaderClassName
{
color: #F8078F;
}
.AnyTagClassName
{
color: #F8078F;
}
</style>
background-color css
<style>
a { background-color: #F8078F; }
a { background-color: rgb(248,7,143); }
div.DivClassName
{
background-color: #F8078F;
}
.BgClassName
{
background-color: #F8078F;
}
</style>
border-color css
<style>
span { border-color: #F8078F; }
span { border-color: rgb(248,7,143); }
td.TdClassName
{
border-color: #F8078F;
}
.TagClassName
{
border-color: #F8078F;
}
</style>