Shades of Deep Pink #F8077B
Tints of Deep Pink #F8077B
RGB
CMYK
RGB Variations
Color information
#F8077B (or 0xF8077B) is known color: Deep Pink. HEX triplet: F8, 07 and 7B. RGB value is (248,7,123). Sum of RGB (Red+Green+Blue) = 248+7+123=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8077B is #07F884. Grayscale: #5C5C5C. Windows color (decimal): -522373 or 8062968. OLE color: 8062968.
HSL color Cylindrical-coordinate representation of color #F8077B: hue angle of 331.12º 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 #F8077B is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.03 |
| HSL | 331.12º | 0.95% | 0.5% | - |
| HSV(B) | 331.12º | 0.97% | 0.97% | - |
| XYZ | 42.36 | 21.54 | 20.66 | - |
| YUV | 92.28 | 145.34 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 123 | 0 | 0.97 | 0.50 | 0.03 | 331.12 | 0.95 | 0.5 |
| Hex | F8 | 7 | 7B | 0 | 61 | 32 | 3 | 14B | 5F | 32 |
| Octal | 370 | 7 | 173 | 0 | 141 | 62 | 3 | 513 | 137 | 62 |
| Binary | 11111000 | 111 | 1111011 | 0 | 1100001 | 110010 | 11 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F8077B
Complementary color
Monochromatic Colors of #F8077B
Black with #F8077B
Text Example
Text Example
White with #F8077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8077B; }
p { color: rgb(248,7,123); }
H1.HeaderClassName
{
color: #F8077B;
}
.AnyTagClassName
{
color: #F8077B;
}
</style>
background-color css
<style>
a { background-color: #F8077B; }
a { background-color: rgb(248,7,123); }
div.DivClassName
{
background-color: #F8077B;
}
.BgClassName
{
background-color: #F8077B;
}
</style>
border-color css
<style>
span { border-color: #F8077B; }
span { border-color: rgb(248,7,123); }
td.TdClassName
{
border-color: #F8077B;
}
.TagClassName
{
border-color: #F8077B;
}
</style>