Shades of Shocking Pink #F017C9
Tints of Shocking Pink #F017C9
RGB
CMYK
RGB Variations
Color information
#F017C9 (or 0xF017C9) is known color: Shocking Pink. HEX triplet: F0, 17 and C9. RGB value is (240,23,201). Sum of RGB (Red+Green+Blue) = 240+23+201=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F017C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017C9 is #0FE836. Grayscale: #6B6B6B. Windows color (decimal): -1042487 or 13178864. OLE color: 13178864.
HSL color Cylindrical-coordinate representation of color #F017C9: hue angle of 310.78º 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 #F017C9 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 201 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.06 |
| HSL | 310.78º | 0.88% | 0.52% | - |
| HSV(B) | 310.78º | 0.9% | 0.94% | - |
| XYZ | 46.78 | 23.36 | 57.3 | - |
| YUV | 108.18 | 180.39 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 201 | 0 | 0.90 | 0.16 | 0.06 | 310.78 | 0.88 | 0.52 |
| Hex | F0 | 17 | C9 | 0 | 5A | 10 | 6 | 137 | 58 | 34 |
| Octal | 360 | 27 | 311 | 0 | 132 | 20 | 6 | 467 | 130 | 64 |
| Binary | 11110000 | 10111 | 11001001 | 0 | 1011010 | 10000 | 110 | 100110111 | 1011000 | 110100 |
Color Harmonies of #F017C9
Complementary color
Monochromatic Colors of #F017C9
Black with #F017C9
Text Example
Text Example
White with #F017C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017C9; }
p { color: rgb(240,23,201); }
H1.HeaderClassName
{
color: #F017C9;
}
.AnyTagClassName
{
color: #F017C9;
}
</style>
background-color css
<style>
a { background-color: #F017C9; }
a { background-color: rgb(240,23,201); }
div.DivClassName
{
background-color: #F017C9;
}
.BgClassName
{
background-color: #F017C9;
}
</style>
border-color css
<style>
span { border-color: #F017C9; }
span { border-color: rgb(240,23,201); }
td.TdClassName
{
border-color: #F017C9;
}
.TagClassName
{
border-color: #F017C9;
}
</style>