Shades of Shocking Pink #F114BA
Tints of Shocking Pink #F114BA
RGB
CMYK
RGB Variations
Color information
#F114BA (or 0xF114BA) is known color: Shocking Pink. HEX triplet: F1, 14 and BA. RGB value is (241,20,186). Sum of RGB (Red+Green+Blue) = 241+20+186=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F114BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114BA is #0EEB45. Grayscale: #686868. Windows color (decimal): -977734 or 12195057. OLE color: 12195057.
HSL color Cylindrical-coordinate representation of color #F114BA: hue angle of 314.93º 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 #F114BA is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 186 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 314.93º | 0.89% | 0.51% | - |
| HSV(B) | 314.93º | 0.92% | 0.95% | - |
| XYZ | 45.39 | 22.75 | 48.45 | - |
| YUV | 105 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 186 | 0 | 0.92 | 0.23 | 0.05 | 314.93 | 0.89 | 0.51 |
| Hex | F1 | 14 | BA | 0 | 5C | 17 | 5 | 13B | 59 | 33 |
| Octal | 361 | 24 | 272 | 0 | 134 | 27 | 5 | 473 | 131 | 63 |
| Binary | 11110001 | 10100 | 10111010 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011001 | 110011 |
Color Harmonies of #F114BA
Complementary color
Monochromatic Colors of #F114BA
Black with #F114BA
Text Example
Text Example
White with #F114BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114BA; }
p { color: rgb(241,20,186); }
H1.HeaderClassName
{
color: #F114BA;
}
.AnyTagClassName
{
color: #F114BA;
}
</style>
background-color css
<style>
a { background-color: #F114BA; }
a { background-color: rgb(241,20,186); }
div.DivClassName
{
background-color: #F114BA;
}
.BgClassName
{
background-color: #F114BA;
}
</style>
border-color css
<style>
span { border-color: #F114BA; }
span { border-color: rgb(241,20,186); }
td.TdClassName
{
border-color: #F114BA;
}
.TagClassName
{
border-color: #F114BA;
}
</style>