Shades of Deep Pink #F8077F
Tints of Deep Pink #F8077F
RGB
CMYK
RGB Variations
Color information
#F8077F (or 0xF8077F) is known color: Deep Pink. HEX triplet: F8, 07 and 7F. RGB value is (248,7,127). Sum of RGB (Red+Green+Blue) = 248+7+127=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F8077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8077F is #07F880. Grayscale: #5C5C5C. Windows color (decimal): -522369 or 8325112. OLE color: 8325112.
HSL color Cylindrical-coordinate representation of color #F8077F: hue angle of 330.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 #F8077F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.03 |
| HSL | 330.12º | 0.95% | 0.5% | - |
| HSV(B) | 330.12º | 0.97% | 0.97% | - |
| XYZ | 42.62 | 21.64 | 22.01 | - |
| YUV | 92.74 | 147.34 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 127 | 0 | 0.97 | 0.49 | 0.03 | 330.12 | 0.95 | 0.5 |
| Hex | F8 | 7 | 7F | 0 | 61 | 31 | 3 | 14A | 5F | 32 |
| Octal | 370 | 7 | 177 | 0 | 141 | 61 | 3 | 512 | 137 | 62 |
| Binary | 11111000 | 111 | 1111111 | 0 | 1100001 | 110001 | 11 | 101001010 | 1011111 | 110010 |
Color Harmonies of #F8077F
Complementary color
Monochromatic Colors of #F8077F
Black with #F8077F
Text Example
Text Example
White with #F8077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8077F; }
p { color: rgb(248,7,127); }
H1.HeaderClassName
{
color: #F8077F;
}
.AnyTagClassName
{
color: #F8077F;
}
</style>
background-color css
<style>
a { background-color: #F8077F; }
a { background-color: rgb(248,7,127); }
div.DivClassName
{
background-color: #F8077F;
}
.BgClassName
{
background-color: #F8077F;
}
</style>
border-color css
<style>
span { border-color: #F8077F; }
span { border-color: rgb(248,7,127); }
td.TdClassName
{
border-color: #F8077F;
}
.TagClassName
{
border-color: #F8077F;
}
</style>