Shades of Shocking Pink #F015B8
Tints of Shocking Pink #F015B8
RGB
CMYK
RGB Variations
Color information
#F015B8 (or 0xF015B8) is known color: Shocking Pink. HEX triplet: F0, 15 and B8. RGB value is (240,21,184). Sum of RGB (Red+Green+Blue) = 240+21+184=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F015B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015B8 is #0FEA47. Grayscale: #686868. Windows color (decimal): -1043016 or 12064240. OLE color: 12064240.
HSL color Cylindrical-coordinate representation of color #F015B8: hue angle of 315.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015B8 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 184 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.06 |
| HSL | 315.34º | 0.88% | 0.51% | - |
| HSV(B) | 315.34º | 0.91% | 0.94% | - |
| XYZ | 44.86 | 22.52 | 47.33 | - |
| YUV | 105.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 184 | 0 | 0.91 | 0.23 | 0.06 | 315.34 | 0.88 | 0.51 |
| Hex | F0 | 15 | B8 | 0 | 5B | 17 | 6 | 13B | 58 | 33 |
| Octal | 360 | 25 | 270 | 0 | 133 | 27 | 6 | 473 | 130 | 63 |
| Binary | 11110000 | 10101 | 10111000 | 0 | 1011011 | 10111 | 110 | 100111011 | 1011000 | 110011 |
Color Harmonies of #F015B8
Complementary color
Monochromatic Colors of #F015B8
Black with #F015B8
Text Example
Text Example
White with #F015B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F015B8; }
p { color: rgb(240,21,184); }
H1.HeaderClassName
{
color: #F015B8;
}
.AnyTagClassName
{
color: #F015B8;
}
</style>
background-color css
<style>
a { background-color: #F015B8; }
a { background-color: rgb(240,21,184); }
div.DivClassName
{
background-color: #F015B8;
}
.BgClassName
{
background-color: #F015B8;
}
</style>
border-color css
<style>
span { border-color: #F015B8; }
span { border-color: rgb(240,21,184); }
td.TdClassName
{
border-color: #F015B8;
}
.TagClassName
{
border-color: #F015B8;
}
</style>