Shades of Shocking Pink #F018C9
Tints of Shocking Pink #F018C9
RGB
CMYK
RGB Variations
Color information
#F018C9 (or 0xF018C9) is known color: Shocking Pink. HEX triplet: F0, 18 and C9. RGB value is (240,24,201). Sum of RGB (Red+Green+Blue) = 240+24+201=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F018C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018C9 is #0FE736. Grayscale: #6C6C6C. Windows color (decimal): -1042231 or 13179120. OLE color: 13179120.
HSL color Cylindrical-coordinate representation of color #F018C9: hue angle of 310.83º 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 #F018C9 is Cyan = 0, Magento = 0.9, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 201 | - |
| CMYK | 0 | 0.9 | 0.16 | 0.06 |
| HSL | 310.83º | 0.88% | 0.52% | - |
| HSV(B) | 310.83º | 0.9% | 0.94% | - |
| XYZ | 46.8 | 23.4 | 57.31 | - |
| YUV | 108.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 201 | 0 | 0.9 | 0.16 | 0.06 | 310.83 | 0.88 | 0.52 |
| Hex | F0 | 18 | C9 | 0 | 5A | 10 | 6 | 137 | 58 | 34 |
| Octal | 360 | 30 | 311 | 0 | 132 | 20 | 6 | 467 | 130 | 64 |
| Binary | 11110000 | 11000 | 11001001 | 0 | 1011010 | 10000 | 110 | 100110111 | 1011000 | 110100 |
Color Harmonies of #F018C9
Complementary color
Monochromatic Colors of #F018C9
Black with #F018C9
Text Example
Text Example
White with #F018C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018C9; }
p { color: rgb(240,24,201); }
H1.HeaderClassName
{
color: #F018C9;
}
.AnyTagClassName
{
color: #F018C9;
}
</style>
background-color css
<style>
a { background-color: #F018C9; }
a { background-color: rgb(240,24,201); }
div.DivClassName
{
background-color: #F018C9;
}
.BgClassName
{
background-color: #F018C9;
}
</style>
border-color css
<style>
span { border-color: #F018C9; }
span { border-color: rgb(240,24,201); }
td.TdClassName
{
border-color: #F018C9;
}
.TagClassName
{
border-color: #F018C9;
}
</style>