Shades of Shocking Pink #F016D7
Tints of Shocking Pink #F016D7
RGB
CMYK
RGB Variations
Color information
#F016D7 (or 0xF016D7) is known color: Shocking Pink. HEX triplet: F0, 16 and D7. RGB value is (240,22,215). Sum of RGB (Red+Green+Blue) = 240+22+215=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F016D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016D7 is #0FE928. Grayscale: #6C6C6C. Windows color (decimal): -1042729 or 14096112. OLE color: 14096112.
HSL color Cylindrical-coordinate representation of color #F016D7: hue angle of 306.88º 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 #F016D7 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 215 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.06 |
| HSL | 306.88º | 0.88% | 0.51% | - |
| HSV(B) | 306.88º | 0.91% | 0.94% | - |
| XYZ | 48.49 | 24.01 | 66.37 | - |
| YUV | 109.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 215 | 0 | 0.91 | 0.10 | 0.06 | 306.88 | 0.88 | 0.51 |
| Hex | F0 | 16 | D7 | 0 | 5B | A | 6 | 133 | 58 | 33 |
| Octal | 360 | 26 | 327 | 0 | 133 | 12 | 6 | 463 | 130 | 63 |
| Binary | 11110000 | 10110 | 11010111 | 0 | 1011011 | 1010 | 110 | 100110011 | 1011000 | 110011 |
Color Harmonies of #F016D7
Complementary color
Monochromatic Colors of #F016D7
Black with #F016D7
Text Example
Text Example
White with #F016D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016D7; }
p { color: rgb(240,22,215); }
H1.HeaderClassName
{
color: #F016D7;
}
.AnyTagClassName
{
color: #F016D7;
}
</style>
background-color css
<style>
a { background-color: #F016D7; }
a { background-color: rgb(240,22,215); }
div.DivClassName
{
background-color: #F016D7;
}
.BgClassName
{
background-color: #F016D7;
}
</style>
border-color css
<style>
span { border-color: #F016D7; }
span { border-color: rgb(240,22,215); }
td.TdClassName
{
border-color: #F016D7;
}
.TagClassName
{
border-color: #F016D7;
}
</style>