Shades of Shocking Pink #F016B7
Tints of Shocking Pink #F016B7
RGB
CMYK
RGB Variations
Color information
#F016B7 (or 0xF016B7) is known color: Shocking Pink. HEX triplet: F0, 16 and B7. RGB value is (240,22,183). Sum of RGB (Red+Green+Blue) = 240+22+183=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F016B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016B7 is #0FE948. Grayscale: #696969. Windows color (decimal): -1042761 or 11998960. OLE color: 11998960.
HSL color Cylindrical-coordinate representation of color #F016B7: hue angle of 315.69º 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 #F016B7 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 183 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.06 |
| HSL | 315.69º | 0.88% | 0.51% | - |
| HSV(B) | 315.69º | 0.91% | 0.94% | - |
| XYZ | 44.77 | 22.52 | 46.79 | - |
| YUV | 105.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 183 | 0 | 0.91 | 0.24 | 0.06 | 315.69 | 0.88 | 0.51 |
| Hex | F0 | 16 | B7 | 0 | 5B | 18 | 6 | 13C | 58 | 33 |
| Octal | 360 | 26 | 267 | 0 | 133 | 30 | 6 | 474 | 130 | 63 |
| Binary | 11110000 | 10110 | 10110111 | 0 | 1011011 | 11000 | 110 | 100111100 | 1011000 | 110011 |
Color Harmonies of #F016B7
Complementary color
Monochromatic Colors of #F016B7
Black with #F016B7
Text Example
Text Example
White with #F016B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016B7; }
p { color: rgb(240,22,183); }
H1.HeaderClassName
{
color: #F016B7;
}
.AnyTagClassName
{
color: #F016B7;
}
</style>
background-color css
<style>
a { background-color: #F016B7; }
a { background-color: rgb(240,22,183); }
div.DivClassName
{
background-color: #F016B7;
}
.BgClassName
{
background-color: #F016B7;
}
</style>
border-color css
<style>
span { border-color: #F016B7; }
span { border-color: rgb(240,22,183); }
td.TdClassName
{
border-color: #F016B7;
}
.TagClassName
{
border-color: #F016B7;
}
</style>