Shades of Shocking Pink #F017CC
Tints of Shocking Pink #F017CC
RGB
CMYK
RGB Variations
Color information
#F017CC (or 0xF017CC) is known color: Shocking Pink. HEX triplet: F0, 17 and CC. RGB value is (240,23,204). Sum of RGB (Red+Green+Blue) = 240+23+204=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F017CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017CC is #0FE833. Grayscale: #6C6C6C. Windows color (decimal): -1042484 or 13375472. OLE color: 13375472.
HSL color Cylindrical-coordinate representation of color #F017CC: hue angle of 309.95º 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 #F017CC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 309.95º | 0.88% | 0.52% | - |
| HSV(B) | 309.95º | 0.9% | 0.94% | - |
| XYZ | 47.14 | 23.5 | 59.18 | - |
| YUV | 108.52 | 181.89 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 204 | 0 | 0.90 | 0.15 | 0.06 | 309.95 | 0.88 | 0.52 |
| Hex | F0 | 17 | CC | 0 | 5A | F | 6 | 136 | 58 | 34 |
| Octal | 360 | 27 | 314 | 0 | 132 | 17 | 6 | 466 | 130 | 64 |
| Binary | 11110000 | 10111 | 11001100 | 0 | 1011010 | 1111 | 110 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F017CC
Complementary color
Monochromatic Colors of #F017CC
Black with #F017CC
Text Example
Text Example
White with #F017CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017CC; }
p { color: rgb(240,23,204); }
H1.HeaderClassName
{
color: #F017CC;
}
.AnyTagClassName
{
color: #F017CC;
}
</style>
background-color css
<style>
a { background-color: #F017CC; }
a { background-color: rgb(240,23,204); }
div.DivClassName
{
background-color: #F017CC;
}
.BgClassName
{
background-color: #F017CC;
}
</style>
border-color css
<style>
span { border-color: #F017CC; }
span { border-color: rgb(240,23,204); }
td.TdClassName
{
border-color: #F017CC;
}
.TagClassName
{
border-color: #F017CC;
}
</style>