Shades of Shocking Pink #F018CA
Tints of Shocking Pink #F018CA
RGB
CMYK
RGB Variations
Color information
#F018CA (or 0xF018CA) is known color: Shocking Pink. HEX triplet: F0, 18 and CA. RGB value is (240,24,202). Sum of RGB (Red+Green+Blue) = 240+24+202=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F018CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F018CA is #0FE735. Grayscale: #6C6C6C. Windows color (decimal): -1042230 or 13244656. OLE color: 13244656.
HSL color Cylindrical-coordinate representation of color #F018CA: hue angle of 310.56º 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 #F018CA is Cyan = 0, Magento = 0.9, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 202 | - |
| CMYK | 0 | 0.9 | 0.16 | 0.06 |
| HSL | 310.56º | 0.88% | 0.52% | - |
| HSV(B) | 310.56º | 0.9% | 0.94% | - |
| XYZ | 46.92 | 23.44 | 57.93 | - |
| YUV | 108.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 202 | 0 | 0.9 | 0.16 | 0.06 | 310.56 | 0.88 | 0.52 |
| Hex | F0 | 18 | CA | 0 | 5A | 10 | 6 | 137 | 58 | 34 |
| Octal | 360 | 30 | 312 | 0 | 132 | 20 | 6 | 467 | 130 | 64 |
| Binary | 11110000 | 11000 | 11001010 | 0 | 1011010 | 10000 | 110 | 100110111 | 1011000 | 110100 |
Color Harmonies of #F018CA
Complementary color
Monochromatic Colors of #F018CA
Black with #F018CA
Text Example
Text Example
White with #F018CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F018CA; }
p { color: rgb(240,24,202); }
H1.HeaderClassName
{
color: #F018CA;
}
.AnyTagClassName
{
color: #F018CA;
}
</style>
background-color css
<style>
a { background-color: #F018CA; }
a { background-color: rgb(240,24,202); }
div.DivClassName
{
background-color: #F018CA;
}
.BgClassName
{
background-color: #F018CA;
}
</style>
border-color css
<style>
span { border-color: #F018CA; }
span { border-color: rgb(240,24,202); }
td.TdClassName
{
border-color: #F018CA;
}
.TagClassName
{
border-color: #F018CA;
}
</style>