Shades of Shocking Pink #F117BE
Tints of Shocking Pink #F117BE
RGB
CMYK
RGB Variations
Color information
#F117BE (or 0xF117BE) is known color: Shocking Pink. HEX triplet: F1, 17 and BE. RGB value is (241,23,190). Sum of RGB (Red+Green+Blue) = 241+23+190=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F117BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117BE is #0EE841. Grayscale: #6A6A6A. Windows color (decimal): -976962 or 12457969. OLE color: 12457969.
HSL color Cylindrical-coordinate representation of color #F117BE: hue angle of 314.04º 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 #F117BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 314.04º | 0.89% | 0.52% | - |
| HSV(B) | 314.04º | 0.9% | 0.95% | - |
| XYZ | 45.88 | 23.03 | 50.74 | - |
| YUV | 107.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 190 | 0 | 0.90 | 0.21 | 0.05 | 314.04 | 0.89 | 0.52 |
| Hex | F1 | 17 | BE | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 361 | 27 | 276 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 10111 | 10111110 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F117BE
Complementary color
Monochromatic Colors of #F117BE
Black with #F117BE
Text Example
Text Example
White with #F117BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117BE; }
p { color: rgb(241,23,190); }
H1.HeaderClassName
{
color: #F117BE;
}
.AnyTagClassName
{
color: #F117BE;
}
</style>
background-color css
<style>
a { background-color: #F117BE; }
a { background-color: rgb(241,23,190); }
div.DivClassName
{
background-color: #F117BE;
}
.BgClassName
{
background-color: #F117BE;
}
</style>
border-color css
<style>
span { border-color: #F117BE; }
span { border-color: rgb(241,23,190); }
td.TdClassName
{
border-color: #F117BE;
}
.TagClassName
{
border-color: #F117BE;
}
</style>