Shades of Deep Pink #F8017B
Tints of Deep Pink #F8017B
RGB
CMYK
RGB Variations
Color information
#F8017B (or 0xF8017B) is known color: Deep Pink. HEX triplet: F8, 01 and 7B. RGB value is (248,1,123). Sum of RGB (Red+Green+Blue) = 248+1+123=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F8017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8017B is #07FE84. Grayscale: #585858. Windows color (decimal): -523909 or 8061432. OLE color: 8061432.
HSL color Cylindrical-coordinate representation of color #F8017B: hue angle of 330.36º 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 #F8017B is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.03 |
| HSL | 330.36º | 0.99% | 0.49% | - |
| HSV(B) | 330.36º | 1% | 0.97% | - |
| XYZ | 42.3 | 21.41 | 20.64 | - |
| YUV | 88.76 | 147.33 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 123 | 0 | 1.00 | 0.50 | 0.03 | 330.36 | 0.99 | 0.49 |
| Hex | F8 | 1 | 7B | 0 | 64 | 32 | 3 | 14A | 63 | 31 |
| Octal | 370 | 1 | 173 | 0 | 144 | 62 | 3 | 512 | 143 | 61 |
| Binary | 11111000 | 1 | 1111011 | 0 | 1100100 | 110010 | 11 | 101001010 | 1100011 | 110001 |
Color Harmonies of #F8017B
Complementary color
Monochromatic Colors of #F8017B
Black with #F8017B
Text Example
Text Example
White with #F8017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8017B; }
p { color: rgb(248,1,123); }
H1.HeaderClassName
{
color: #F8017B;
}
.AnyTagClassName
{
color: #F8017B;
}
</style>
background-color css
<style>
a { background-color: #F8017B; }
a { background-color: rgb(248,1,123); }
div.DivClassName
{
background-color: #F8017B;
}
.BgClassName
{
background-color: #F8017B;
}
</style>
border-color css
<style>
span { border-color: #F8017B; }
span { border-color: rgb(248,1,123); }
td.TdClassName
{
border-color: #F8017B;
}
.TagClassName
{
border-color: #F8017B;
}
</style>