Shades of Shocking Pink #F017CA
Tints of Shocking Pink #F017CA
RGB
CMYK
RGB Variations
Color information
#F017CA (or 0xF017CA) is known color: Shocking Pink. HEX triplet: F0, 17 and CA. RGB value is (240,23,202). Sum of RGB (Red+Green+Blue) = 240+23+202=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F017CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017CA is #0FE835. Grayscale: #6B6B6B. Windows color (decimal): -1042486 or 13244400. OLE color: 13244400.
HSL color Cylindrical-coordinate representation of color #F017CA: hue angle of 310.51º 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 #F017CA is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 202 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.06 |
| HSL | 310.51º | 0.88% | 0.52% | - |
| HSV(B) | 310.51º | 0.9% | 0.94% | - |
| XYZ | 46.9 | 23.4 | 57.92 | - |
| YUV | 108.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 202 | 0 | 0.90 | 0.16 | 0.06 | 310.51 | 0.88 | 0.52 |
| Hex | F0 | 17 | CA | 0 | 5A | 10 | 6 | 137 | 58 | 34 |
| Octal | 360 | 27 | 312 | 0 | 132 | 20 | 6 | 467 | 130 | 64 |
| Binary | 11110000 | 10111 | 11001010 | 0 | 1011010 | 10000 | 110 | 100110111 | 1011000 | 110100 |
Color Harmonies of #F017CA
Complementary color
Monochromatic Colors of #F017CA
Black with #F017CA
Text Example
Text Example
White with #F017CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017CA; }
p { color: rgb(240,23,202); }
H1.HeaderClassName
{
color: #F017CA;
}
.AnyTagClassName
{
color: #F017CA;
}
</style>
background-color css
<style>
a { background-color: #F017CA; }
a { background-color: rgb(240,23,202); }
div.DivClassName
{
background-color: #F017CA;
}
.BgClassName
{
background-color: #F017CA;
}
</style>
border-color css
<style>
span { border-color: #F017CA; }
span { border-color: rgb(240,23,202); }
td.TdClassName
{
border-color: #F017CA;
}
.TagClassName
{
border-color: #F017CA;
}
</style>