Shades of Deep Pink #F8067F
Tints of Deep Pink #F8067F
RGB
CMYK
RGB Variations
Color information
#F8067F (or 0xF8067F) is known color: Deep Pink. HEX triplet: F8, 06 and 7F. RGB value is (248,6,127). Sum of RGB (Red+Green+Blue) = 248+6+127=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8067F is #07F980. Grayscale: #5B5B5B. Windows color (decimal): -522625 or 8324856. OLE color: 8324856.
HSL color Cylindrical-coordinate representation of color #F8067F: hue angle of 330º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8067F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 127 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.03 |
| HSL | 330º | 0.95% | 0.5% | - |
| HSV(B) | 330º | 0.98% | 0.97% | - |
| XYZ | 42.61 | 21.62 | 22.01 | - |
| YUV | 92.15 | 147.67 | 239.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 127 | 0 | 0.98 | 0.49 | 0.03 | 330 | 0.95 | 0.5 |
| Hex | F8 | 6 | 7F | 0 | 62 | 31 | 3 | 14A | 5F | 32 |
| Octal | 370 | 6 | 177 | 0 | 142 | 61 | 3 | 512 | 137 | 62 |
| Binary | 11111000 | 110 | 1111111 | 0 | 1100010 | 110001 | 11 | 101001010 | 1011111 | 110010 |
Color Harmonies of #F8067F
Complementary color
Monochromatic Colors of #F8067F
Black with #F8067F
Text Example
Text Example
White with #F8067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8067F; }
p { color: rgb(248,6,127); }
H1.HeaderClassName
{
color: #F8067F;
}
.AnyTagClassName
{
color: #F8067F;
}
</style>
background-color css
<style>
a { background-color: #F8067F; }
a { background-color: rgb(248,6,127); }
div.DivClassName
{
background-color: #F8067F;
}
.BgClassName
{
background-color: #F8067F;
}
</style>
border-color css
<style>
span { border-color: #F8067F; }
span { border-color: rgb(248,6,127); }
td.TdClassName
{
border-color: #F8067F;
}
.TagClassName
{
border-color: #F8067F;
}
</style>