Shades of Deep Pink #F8007A
Tints of Deep Pink #F8007A
RGB
CMYK
RGB Variations
Color information
#F8007A (or 0xF8007A) is known color: Deep Pink. HEX triplet: F8, 00 and 7A. RGB value is (248,0,122). Sum of RGB (Red+Green+Blue) = 248+0+122=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F8007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8007A is #07FF85. Grayscale: #575757. Windows color (decimal): -524166 or 7995640. OLE color: 7995640.
HSL color Cylindrical-coordinate representation of color #F8007A: hue angle of 330.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8007A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.51 | 0.03 |
| HSL | 330.48º | 1% | 0.49% | - |
| HSV(B) | 330.48º | 1% | 0.97% | - |
| XYZ | 42.22 | 21.36 | 20.31 | - |
| YUV | 88.06 | 147.16 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 122 | 0 | 1 | 0.51 | 0.03 | 330.48 | 1 | 0.49 |
| Hex | F8 | 0 | 7A | 0 | 64 | 33 | 3 | 14A | 64 | 31 |
| Octal | 370 | 0 | 172 | 0 | 144 | 63 | 3 | 512 | 144 | 61 |
| Binary | 11111000 | 0 | 1111010 | 0 | 1100100 | 110011 | 11 | 101001010 | 1100100 | 110001 |
Color Harmonies of #F8007A
Complementary color
Monochromatic Colors of #F8007A
Black with #F8007A
Text Example
Text Example
White with #F8007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8007A; }
p { color: rgb(248,0,122); }
H1.HeaderClassName
{
color: #F8007A;
}
.AnyTagClassName
{
color: #F8007A;
}
</style>
background-color css
<style>
a { background-color: #F8007A; }
a { background-color: rgb(248,0,122); }
div.DivClassName
{
background-color: #F8007A;
}
.BgClassName
{
background-color: #F8007A;
}
</style>
border-color css
<style>
span { border-color: #F8007A; }
span { border-color: rgb(248,0,122); }
td.TdClassName
{
border-color: #F8007A;
}
.TagClassName
{
border-color: #F8007A;
}
</style>