Shades of Shocking Pink #F017B8
Tints of Shocking Pink #F017B8
RGB
CMYK
RGB Variations
Color information
#F017B8 (or 0xF017B8) is known color: Shocking Pink. HEX triplet: F0, 17 and B8. RGB value is (240,23,184). Sum of RGB (Red+Green+Blue) = 240+23+184=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F017B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017B8 is #0FE847. Grayscale: #696969. Windows color (decimal): -1042504 or 12064752. OLE color: 12064752.
HSL color Cylindrical-coordinate representation of color #F017B8: hue angle of 315.48º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017B8 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 184 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.06 |
| HSL | 315.48º | 0.88% | 0.52% | - |
| HSV(B) | 315.48º | 0.9% | 0.94% | - |
| XYZ | 44.89 | 22.6 | 47.34 | - |
| YUV | 106.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 184 | 0 | 0.90 | 0.23 | 0.06 | 315.48 | 0.88 | 0.52 |
| Hex | F0 | 17 | B8 | 0 | 5A | 17 | 6 | 13B | 58 | 34 |
| Octal | 360 | 27 | 270 | 0 | 132 | 27 | 6 | 473 | 130 | 64 |
| Binary | 11110000 | 10111 | 10111000 | 0 | 1011010 | 10111 | 110 | 100111011 | 1011000 | 110100 |
Color Harmonies of #F017B8
Complementary color
Monochromatic Colors of #F017B8
Black with #F017B8
Text Example
Text Example
White with #F017B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017B8; }
p { color: rgb(240,23,184); }
H1.HeaderClassName
{
color: #F017B8;
}
.AnyTagClassName
{
color: #F017B8;
}
</style>
background-color css
<style>
a { background-color: #F017B8; }
a { background-color: rgb(240,23,184); }
div.DivClassName
{
background-color: #F017B8;
}
.BgClassName
{
background-color: #F017B8;
}
</style>
border-color css
<style>
span { border-color: #F017B8; }
span { border-color: rgb(240,23,184); }
td.TdClassName
{
border-color: #F017B8;
}
.TagClassName
{
border-color: #F017B8;
}
</style>