Shades of Shocking Pink #F114BF
Tints of Shocking Pink #F114BF
RGB
CMYK
RGB Variations
Color information
#F114BF (or 0xF114BF) is known color: Shocking Pink. HEX triplet: F1, 14 and BF. RGB value is (241,20,191). Sum of RGB (Red+Green+Blue) = 241+20+191=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F114BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114BF is #0EEB40. Grayscale: #696969. Windows color (decimal): -977729 or 12522737. OLE color: 12522737.
HSL color Cylindrical-coordinate representation of color #F114BF: hue angle of 313.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F114BF is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 191 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.05 |
| HSL | 313.57º | 0.89% | 0.51% | - |
| HSV(B) | 313.57º | 0.92% | 0.95% | - |
| XYZ | 45.93 | 22.96 | 51.3 | - |
| YUV | 105.57 | 176.22 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 191 | 0 | 0.92 | 0.21 | 0.05 | 313.57 | 0.89 | 0.51 |
| Hex | F1 | 14 | BF | 0 | 5C | 15 | 5 | 13A | 59 | 33 |
| Octal | 361 | 24 | 277 | 0 | 134 | 25 | 5 | 472 | 131 | 63 |
| Binary | 11110001 | 10100 | 10111111 | 0 | 1011100 | 10101 | 101 | 100111010 | 1011001 | 110011 |
Color Harmonies of #F114BF
Complementary color
Monochromatic Colors of #F114BF
Black with #F114BF
Text Example
Text Example
White with #F114BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114BF; }
p { color: rgb(241,20,191); }
H1.HeaderClassName
{
color: #F114BF;
}
.AnyTagClassName
{
color: #F114BF;
}
</style>
background-color css
<style>
a { background-color: #F114BF; }
a { background-color: rgb(241,20,191); }
div.DivClassName
{
background-color: #F114BF;
}
.BgClassName
{
background-color: #F114BF;
}
</style>
border-color css
<style>
span { border-color: #F114BF; }
span { border-color: rgb(241,20,191); }
td.TdClassName
{
border-color: #F114BF;
}
.TagClassName
{
border-color: #F114BF;
}
</style>