Shades of Shocking Pink #F117D0
Tints of Shocking Pink #F117D0
RGB
CMYK
RGB Variations
Color information
#F117D0 (or 0xF117D0) is known color: Shocking Pink. HEX triplet: F1, 17 and D0. RGB value is (241,23,208). Sum of RGB (Red+Green+Blue) = 241+23+208=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F117D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117D0 is #0EE82F. Grayscale: #6C6C6C. Windows color (decimal): -976944 or 13637617. OLE color: 13637617.
HSL color Cylindrical-coordinate representation of color #F117D0: hue angle of 309.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117D0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.05 |
| HSL | 309.08º | 0.89% | 0.52% | - |
| HSV(B) | 309.08º | 0.9% | 0.95% | - |
| XYZ | 47.97 | 23.87 | 61.75 | - |
| YUV | 109.27 | 183.72 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 208 | 0 | 0.90 | 0.14 | 0.05 | 309.08 | 0.89 | 0.52 |
| Hex | F1 | 17 | D0 | 0 | 5A | E | 5 | 135 | 59 | 34 |
| Octal | 361 | 27 | 320 | 0 | 132 | 16 | 5 | 465 | 131 | 64 |
| Binary | 11110001 | 10111 | 11010000 | 0 | 1011010 | 1110 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F117D0
Complementary color
Monochromatic Colors of #F117D0
Black with #F117D0
Text Example
Text Example
White with #F117D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117D0; }
p { color: rgb(241,23,208); }
H1.HeaderClassName
{
color: #F117D0;
}
.AnyTagClassName
{
color: #F117D0;
}
</style>
background-color css
<style>
a { background-color: #F117D0; }
a { background-color: rgb(241,23,208); }
div.DivClassName
{
background-color: #F117D0;
}
.BgClassName
{
background-color: #F117D0;
}
</style>
border-color css
<style>
span { border-color: #F117D0; }
span { border-color: rgb(241,23,208); }
td.TdClassName
{
border-color: #F117D0;
}
.TagClassName
{
border-color: #F117D0;
}
</style>