Shades of Shocking Pink #F115BE
Tints of Shocking Pink #F115BE
RGB
CMYK
RGB Variations
Color information
#F115BE (or 0xF115BE) is known color: Shocking Pink. HEX triplet: F1, 15 and BE. RGB value is (241,21,190). Sum of RGB (Red+Green+Blue) = 241+21+190=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F115BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115BE is #0EEA41. Grayscale: #696969. Windows color (decimal): -977474 or 12457457. OLE color: 12457457.
HSL color Cylindrical-coordinate representation of color #F115BE: hue angle of 313.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115BE is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.05 |
| HSL | 313.91º | 0.89% | 0.51% | - |
| HSV(B) | 313.91º | 0.91% | 0.95% | - |
| XYZ | 45.84 | 22.95 | 50.73 | - |
| YUV | 106.05 | 175.39 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 190 | 0 | 0.91 | 0.21 | 0.05 | 313.91 | 0.89 | 0.51 |
| Hex | F1 | 15 | BE | 0 | 5B | 15 | 5 | 13A | 59 | 33 |
| Octal | 361 | 25 | 276 | 0 | 133 | 25 | 5 | 472 | 131 | 63 |
| Binary | 11110001 | 10101 | 10111110 | 0 | 1011011 | 10101 | 101 | 100111010 | 1011001 | 110011 |
Color Harmonies of #F115BE
Complementary color
Monochromatic Colors of #F115BE
Black with #F115BE
Text Example
Text Example
White with #F115BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115BE; }
p { color: rgb(241,21,190); }
H1.HeaderClassName
{
color: #F115BE;
}
.AnyTagClassName
{
color: #F115BE;
}
</style>
background-color css
<style>
a { background-color: #F115BE; }
a { background-color: rgb(241,21,190); }
div.DivClassName
{
background-color: #F115BE;
}
.BgClassName
{
background-color: #F115BE;
}
</style>
border-color css
<style>
span { border-color: #F115BE; }
span { border-color: rgb(241,21,190); }
td.TdClassName
{
border-color: #F115BE;
}
.TagClassName
{
border-color: #F115BE;
}
</style>