Shades of Deep Pink #F8078A
Tints of Deep Pink #F8078A
RGB
CMYK
RGB Variations
Color information
#F8078A (or 0xF8078A) is known color: Deep Pink. HEX triplet: F8, 07 and 8A. RGB value is (248,7,138). Sum of RGB (Red+Green+Blue) = 248+7+138=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8078A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8078A is #07F875. Grayscale: #5D5D5D. Windows color (decimal): -522358 or 9046008. OLE color: 9046008.
HSL color Cylindrical-coordinate representation of color #F8078A: hue angle of 327.39º 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 #F8078A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.03 |
| HSL | 327.39º | 0.95% | 0.5% | - |
| HSV(B) | 327.39º | 0.97% | 0.97% | - |
| XYZ | 43.37 | 21.94 | 25.99 | - |
| YUV | 93.99 | 152.84 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 138 | 0 | 0.97 | 0.44 | 0.03 | 327.39 | 0.95 | 0.5 |
| Hex | F8 | 7 | 8A | 0 | 61 | 2C | 3 | 147 | 5F | 32 |
| Octal | 370 | 7 | 212 | 0 | 141 | 54 | 3 | 507 | 137 | 62 |
| Binary | 11111000 | 111 | 10001010 | 0 | 1100001 | 101100 | 11 | 101000111 | 1011111 | 110010 |
Color Harmonies of #F8078A
Complementary color
Monochromatic Colors of #F8078A
Black with #F8078A
Text Example
Text Example
White with #F8078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8078A; }
p { color: rgb(248,7,138); }
H1.HeaderClassName
{
color: #F8078A;
}
.AnyTagClassName
{
color: #F8078A;
}
</style>
background-color css
<style>
a { background-color: #F8078A; }
a { background-color: rgb(248,7,138); }
div.DivClassName
{
background-color: #F8078A;
}
.BgClassName
{
background-color: #F8078A;
}
</style>
border-color css
<style>
span { border-color: #F8078A; }
span { border-color: rgb(248,7,138); }
td.TdClassName
{
border-color: #F8078A;
}
.TagClassName
{
border-color: #F8078A;
}
</style>