Shades of Shocking Pink #F017D0
Tints of Shocking Pink #F017D0
RGB
CMYK
RGB Variations
Color information
#F017D0 (or 0xF017D0) is known color: Shocking Pink. HEX triplet: F0, 17 and D0. RGB value is (240,23,208). Sum of RGB (Red+Green+Blue) = 240+23+208=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D0 is #0FE82F. Grayscale: #6C6C6C. Windows color (decimal): -1042480 or 13637616. OLE color: 13637616.
HSL color Cylindrical-coordinate representation of color #F017D0: hue angle of 308.85º 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 #F017D0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.06 |
| HSL | 308.85º | 0.88% | 0.52% | - |
| HSV(B) | 308.85º | 0.9% | 0.94% | - |
| XYZ | 47.63 | 23.69 | 61.74 | - |
| YUV | 108.97 | 183.89 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 208 | 0 | 0.90 | 0.13 | 0.06 | 308.85 | 0.88 | 0.52 |
| Hex | F0 | 17 | D0 | 0 | 5A | D | 6 | 135 | 58 | 34 |
| Octal | 360 | 27 | 320 | 0 | 132 | 15 | 6 | 465 | 130 | 64 |
| Binary | 11110000 | 10111 | 11010000 | 0 | 1011010 | 1101 | 110 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F017D0
Complementary color
Monochromatic Colors of #F017D0
Black with #F017D0
Text Example
Text Example
White with #F017D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017D0; }
p { color: rgb(240,23,208); }
H1.HeaderClassName
{
color: #F017D0;
}
.AnyTagClassName
{
color: #F017D0;
}
</style>
background-color css
<style>
a { background-color: #F017D0; }
a { background-color: rgb(240,23,208); }
div.DivClassName
{
background-color: #F017D0;
}
.BgClassName
{
background-color: #F017D0;
}
</style>
border-color css
<style>
span { border-color: #F017D0; }
span { border-color: rgb(240,23,208); }
td.TdClassName
{
border-color: #F017D0;
}
.TagClassName
{
border-color: #F017D0;
}
</style>