Shades of Deep Pink #F8067A
Tints of Deep Pink #F8067A
RGB
CMYK
RGB Variations
Color information
#F8067A (or 0xF8067A) is known color: Deep Pink. HEX triplet: F8, 06 and 7A. RGB value is (248,6,122). Sum of RGB (Red+Green+Blue) = 248+6+122=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8067A is #07F985. Grayscale: #5B5B5B. Windows color (decimal): -522630 or 7997176. OLE color: 7997176.
HSL color Cylindrical-coordinate representation of color #F8067A: hue angle of 331.24º 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 #F8067A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 122 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.03 |
| HSL | 331.24º | 0.95% | 0.5% | - |
| HSV(B) | 331.24º | 0.98% | 0.97% | - |
| XYZ | 42.29 | 21.49 | 20.33 | - |
| YUV | 91.58 | 145.17 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 122 | 0 | 0.98 | 0.51 | 0.03 | 331.24 | 0.95 | 0.5 |
| Hex | F8 | 6 | 7A | 0 | 62 | 33 | 3 | 14B | 5F | 32 |
| Octal | 370 | 6 | 172 | 0 | 142 | 63 | 3 | 513 | 137 | 62 |
| Binary | 11111000 | 110 | 1111010 | 0 | 1100010 | 110011 | 11 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F8067A
Complementary color
Monochromatic Colors of #F8067A
Black with #F8067A
Text Example
Text Example
White with #F8067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8067A; }
p { color: rgb(248,6,122); }
H1.HeaderClassName
{
color: #F8067A;
}
.AnyTagClassName
{
color: #F8067A;
}
</style>
background-color css
<style>
a { background-color: #F8067A; }
a { background-color: rgb(248,6,122); }
div.DivClassName
{
background-color: #F8067A;
}
.BgClassName
{
background-color: #F8067A;
}
</style>
border-color css
<style>
span { border-color: #F8067A; }
span { border-color: rgb(248,6,122); }
td.TdClassName
{
border-color: #F8067A;
}
.TagClassName
{
border-color: #F8067A;
}
</style>