Shades of Shocking Pink #F117BF
Tints of Shocking Pink #F117BF
RGB
CMYK
RGB Variations
Color information
#F117BF (or 0xF117BF) is known color: Shocking Pink. HEX triplet: F1, 17 and BF. RGB value is (241,23,191). Sum of RGB (Red+Green+Blue) = 241+23+191=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F117BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117BF is #0EE840. Grayscale: #6A6A6A. Windows color (decimal): -976961 or 12523505. OLE color: 12523505.
HSL color Cylindrical-coordinate representation of color #F117BF: hue angle of 313.76º 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 #F117BF is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 191 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 313.76º | 0.89% | 0.52% | - |
| HSV(B) | 313.76º | 0.9% | 0.95% | - |
| XYZ | 45.99 | 23.08 | 51.32 | - |
| YUV | 107.33 | 175.22 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 191 | 0 | 0.90 | 0.21 | 0.05 | 313.76 | 0.89 | 0.52 |
| Hex | F1 | 17 | BF | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 361 | 27 | 277 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 10111 | 10111111 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F117BF
Complementary color
Monochromatic Colors of #F117BF
Black with #F117BF
Text Example
Text Example
White with #F117BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117BF; }
p { color: rgb(241,23,191); }
H1.HeaderClassName
{
color: #F117BF;
}
.AnyTagClassName
{
color: #F117BF;
}
</style>
background-color css
<style>
a { background-color: #F117BF; }
a { background-color: rgb(241,23,191); }
div.DivClassName
{
background-color: #F117BF;
}
.BgClassName
{
background-color: #F117BF;
}
</style>
border-color css
<style>
span { border-color: #F117BF; }
span { border-color: rgb(241,23,191); }
td.TdClassName
{
border-color: #F117BF;
}
.TagClassName
{
border-color: #F117BF;
}
</style>