Shades of Deep Pink #F8017A
Tints of Deep Pink #F8017A
RGB
CMYK
RGB Variations
Color information
#F8017A (or 0xF8017A) is known color: Deep Pink. HEX triplet: F8, 01 and 7A. RGB value is (248,1,122). Sum of RGB (Red+Green+Blue) = 248+1+122=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017A is #07FE85. Grayscale: #585858. Windows color (decimal): -523910 or 7995896. OLE color: 7995896.
HSL color Cylindrical-coordinate representation of color #F8017A: hue angle of 330.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8017A is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.03 |
| HSL | 330.61º | 0.99% | 0.49% | - |
| HSV(B) | 330.61º | 1% | 0.97% | - |
| XYZ | 42.24 | 21.38 | 20.31 | - |
| YUV | 88.65 | 146.83 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 122 | 0 | 1.00 | 0.51 | 0.03 | 330.61 | 0.99 | 0.49 |
| Hex | F8 | 1 | 7A | 0 | 64 | 33 | 3 | 14B | 63 | 31 |
| Octal | 370 | 1 | 172 | 0 | 144 | 63 | 3 | 513 | 143 | 61 |
| Binary | 11111000 | 1 | 1111010 | 0 | 1100100 | 110011 | 11 | 101001011 | 1100011 | 110001 |
Color Harmonies of #F8017A
Complementary color
Monochromatic Colors of #F8017A
Black with #F8017A
Text Example
Text Example
White with #F8017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8017A; }
p { color: rgb(248,1,122); }
H1.HeaderClassName
{
color: #F8017A;
}
.AnyTagClassName
{
color: #F8017A;
}
</style>
background-color css
<style>
a { background-color: #F8017A; }
a { background-color: rgb(248,1,122); }
div.DivClassName
{
background-color: #F8017A;
}
.BgClassName
{
background-color: #F8017A;
}
</style>
border-color css
<style>
span { border-color: #F8017A; }
span { border-color: rgb(248,1,122); }
td.TdClassName
{
border-color: #F8017A;
}
.TagClassName
{
border-color: #F8017A;
}
</style>