Shades of Shocking Pink #F016D1
Tints of Shocking Pink #F016D1
RGB
CMYK
RGB Variations
Color information
#F016D1 (or 0xF016D1) is known color: Shocking Pink. HEX triplet: F0, 16 and D1. RGB value is (240,22,209). Sum of RGB (Red+Green+Blue) = 240+22+209=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F016D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016D1 is #0FE92E. Grayscale: #6B6B6B. Windows color (decimal): -1042735 or 13702896. OLE color: 13702896.
HSL color Cylindrical-coordinate representation of color #F016D1: hue angle of 308.53º 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 #F016D1 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.06 |
| HSL | 308.53º | 0.88% | 0.51% | - |
| HSV(B) | 308.53º | 0.91% | 0.94% | - |
| XYZ | 47.73 | 23.7 | 62.38 | - |
| YUV | 108.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 209 | 0 | 0.91 | 0.13 | 0.06 | 308.53 | 0.88 | 0.51 |
| Hex | F0 | 16 | D1 | 0 | 5B | D | 6 | 135 | 58 | 33 |
| Octal | 360 | 26 | 321 | 0 | 133 | 15 | 6 | 465 | 130 | 63 |
| Binary | 11110000 | 10110 | 11010001 | 0 | 1011011 | 1101 | 110 | 100110101 | 1011000 | 110011 |
Color Harmonies of #F016D1
Complementary color
Monochromatic Colors of #F016D1
Black with #F016D1
Text Example
Text Example
White with #F016D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F016D1; }
p { color: rgb(240,22,209); }
H1.HeaderClassName
{
color: #F016D1;
}
.AnyTagClassName
{
color: #F016D1;
}
</style>
background-color css
<style>
a { background-color: #F016D1; }
a { background-color: rgb(240,22,209); }
div.DivClassName
{
background-color: #F016D1;
}
.BgClassName
{
background-color: #F016D1;
}
</style>
border-color css
<style>
span { border-color: #F016D1; }
span { border-color: rgb(240,22,209); }
td.TdClassName
{
border-color: #F016D1;
}
.TagClassName
{
border-color: #F016D1;
}
</style>