Shades of Shocking Pink #F018D0
Tints of Shocking Pink #F018D0
RGB
CMYK
RGB Variations
Color information
#F018D0 (or 0xF018D0) is known color: Shocking Pink. HEX triplet: F0, 18 and D0. RGB value is (240,24,208). Sum of RGB (Red+Green+Blue) = 240+24+208=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F018D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018D0 is #0FE72F. Grayscale: #6D6D6D. Windows color (decimal): -1042224 or 13637872. OLE color: 13637872.
HSL color Cylindrical-coordinate representation of color #F018D0: hue angle of 308.89º 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 #F018D0 is Cyan = 0, Magento = 0.9, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 208 | - |
| CMYK | 0 | 0.9 | 0.13 | 0.06 |
| HSL | 308.89º | 0.88% | 0.52% | - |
| HSV(B) | 308.89º | 0.9% | 0.94% | - |
| XYZ | 47.65 | 23.73 | 61.74 | - |
| YUV | 109.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 208 | 0 | 0.9 | 0.13 | 0.06 | 308.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | D0 | 0 | 5A | D | 6 | 135 | 58 | 34 |
| Octal | 360 | 30 | 320 | 0 | 132 | 15 | 6 | 465 | 130 | 64 |
| Binary | 11110000 | 11000 | 11010000 | 0 | 1011010 | 1101 | 110 | 100110101 | 1011000 | 110100 |
Color Harmonies of #F018D0
Complementary color
Monochromatic Colors of #F018D0
Black with #F018D0
Text Example
Text Example
White with #F018D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018D0; }
p { color: rgb(240,24,208); }
H1.HeaderClassName
{
color: #F018D0;
}
.AnyTagClassName
{
color: #F018D0;
}
</style>
background-color css
<style>
a { background-color: #F018D0; }
a { background-color: rgb(240,24,208); }
div.DivClassName
{
background-color: #F018D0;
}
.BgClassName
{
background-color: #F018D0;
}
</style>
border-color css
<style>
span { border-color: #F018D0; }
span { border-color: rgb(240,24,208); }
td.TdClassName
{
border-color: #F018D0;
}
.TagClassName
{
border-color: #F018D0;
}
</style>