Shades of Deep Pink #F8017F
Tints of Deep Pink #F8017F
RGB
CMYK
RGB Variations
Color information
#F8017F (or 0xF8017F) is known color: Deep Pink. HEX triplet: F8, 01 and 7F. RGB value is (248,1,127). Sum of RGB (Red+Green+Blue) = 248+1+127=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017F is #07FE80. Grayscale: #585858. Windows color (decimal): -523905 or 8323576. OLE color: 8323576.
HSL color Cylindrical-coordinate representation of color #F8017F: hue angle of 329.39º 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 #F8017F is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.03 |
| HSL | 329.39º | 0.99% | 0.49% | - |
| HSV(B) | 329.39º | 1% | 0.97% | - |
| XYZ | 42.55 | 21.51 | 21.99 | - |
| YUV | 89.22 | 149.33 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 127 | 0 | 1.00 | 0.49 | 0.03 | 329.39 | 0.99 | 0.49 |
| Hex | F8 | 1 | 7F | 0 | 64 | 31 | 3 | 149 | 63 | 31 |
| Octal | 370 | 1 | 177 | 0 | 144 | 61 | 3 | 511 | 143 | 61 |
| Binary | 11111000 | 1 | 1111111 | 0 | 1100100 | 110001 | 11 | 101001001 | 1100011 | 110001 |
Color Harmonies of #F8017F
Complementary color
Monochromatic Colors of #F8017F
Black with #F8017F
Text Example
Text Example
White with #F8017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8017F; }
p { color: rgb(248,1,127); }
H1.HeaderClassName
{
color: #F8017F;
}
.AnyTagClassName
{
color: #F8017F;
}
</style>
background-color css
<style>
a { background-color: #F8017F; }
a { background-color: rgb(248,1,127); }
div.DivClassName
{
background-color: #F8017F;
}
.BgClassName
{
background-color: #F8017F;
}
</style>
border-color css
<style>
span { border-color: #F8017F; }
span { border-color: rgb(248,1,127); }
td.TdClassName
{
border-color: #F8017F;
}
.TagClassName
{
border-color: #F8017F;
}
</style>