Shades of Deep Pink #F8078D
Tints of Deep Pink #F8078D
RGB
CMYK
RGB Variations
Color information
#F8078D (or 0xF8078D) is known color: Deep Pink. HEX triplet: F8, 07 and 8D. RGB value is (248,7,141). Sum of RGB (Red+Green+Blue) = 248+7+141=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8078D is #07F872. Grayscale: #5E5E5E. Windows color (decimal): -522355 or 9242616. OLE color: 9242616.
HSL color Cylindrical-coordinate representation of color #F8078D: hue angle of 326.64º 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 #F8078D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.03 |
| HSL | 326.64º | 0.95% | 0.5% | - |
| HSV(B) | 326.64º | 0.97% | 0.97% | - |
| XYZ | 43.6 | 22.03 | 27.15 | - |
| YUV | 94.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 141 | 0 | 0.97 | 0.43 | 0.03 | 326.64 | 0.95 | 0.5 |
| Hex | F8 | 7 | 8D | 0 | 61 | 2B | 3 | 147 | 5F | 32 |
| Octal | 370 | 7 | 215 | 0 | 141 | 53 | 3 | 507 | 137 | 62 |
| Binary | 11111000 | 111 | 10001101 | 0 | 1100001 | 101011 | 11 | 101000111 | 1011111 | 110010 |
Color Harmonies of #F8078D
Complementary color
Monochromatic Colors of #F8078D
Black with #F8078D
Text Example
Text Example
White with #F8078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8078D; }
p { color: rgb(248,7,141); }
H1.HeaderClassName
{
color: #F8078D;
}
.AnyTagClassName
{
color: #F8078D;
}
</style>
background-color css
<style>
a { background-color: #F8078D; }
a { background-color: rgb(248,7,141); }
div.DivClassName
{
background-color: #F8078D;
}
.BgClassName
{
background-color: #F8078D;
}
</style>
border-color css
<style>
span { border-color: #F8078D; }
span { border-color: rgb(248,7,141); }
td.TdClassName
{
border-color: #F8078D;
}
.TagClassName
{
border-color: #F8078D;
}
</style>