Shades of Shocking Pink #F117BC
Tints of Shocking Pink #F117BC
RGB
CMYK
RGB Variations
Color information
#F117BC (or 0xF117BC) is known color: Shocking Pink. HEX triplet: F1, 17 and BC. RGB value is (241,23,188). Sum of RGB (Red+Green+Blue) = 241+23+188=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F117BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117BC is #0EE843. Grayscale: #6A6A6A. Windows color (decimal): -976964 or 12326897. OLE color: 12326897.
HSL color Cylindrical-coordinate representation of color #F117BC: hue angle of 314.59º 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 #F117BC is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.59º | 0.89% | 0.52% | - |
| HSV(B) | 314.59º | 0.9% | 0.95% | - |
| XYZ | 45.66 | 22.94 | 49.6 | - |
| YUV | 106.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 188 | 0 | 0.90 | 0.22 | 0.05 | 314.59 | 0.89 | 0.52 |
| Hex | F1 | 17 | BC | 0 | 5A | 16 | 5 | 13B | 59 | 34 |
| Octal | 361 | 27 | 274 | 0 | 132 | 26 | 5 | 473 | 131 | 64 |
| Binary | 11110001 | 10111 | 10111100 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F117BC
Complementary color
Monochromatic Colors of #F117BC
Black with #F117BC
Text Example
Text Example
White with #F117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117BC; }
p { color: rgb(241,23,188); }
H1.HeaderClassName
{
color: #F117BC;
}
.AnyTagClassName
{
color: #F117BC;
}
</style>
background-color css
<style>
a { background-color: #F117BC; }
a { background-color: rgb(241,23,188); }
div.DivClassName
{
background-color: #F117BC;
}
.BgClassName
{
background-color: #F117BC;
}
</style>
border-color css
<style>
span { border-color: #F117BC; }
span { border-color: rgb(241,23,188); }
td.TdClassName
{
border-color: #F117BC;
}
.TagClassName
{
border-color: #F117BC;
}
</style>