Shades of Shocking Pink #F114BD
Tints of Shocking Pink #F114BD
RGB
CMYK
RGB Variations
Color information
#F114BD (or 0xF114BD) is known color: Shocking Pink. HEX triplet: F1, 14 and BD. RGB value is (241,20,189). Sum of RGB (Red+Green+Blue) = 241+20+189=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F114BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114BD is #0EEB42. Grayscale: #686868. Windows color (decimal): -977731 or 12391665. OLE color: 12391665.
HSL color Cylindrical-coordinate representation of color #F114BD: hue angle of 314.12º 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 #F114BD is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.05 |
| HSL | 314.12º | 0.89% | 0.51% | - |
| HSV(B) | 314.12º | 0.92% | 0.95% | - |
| XYZ | 45.71 | 22.88 | 50.15 | - |
| YUV | 105.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 189 | 0 | 0.92 | 0.22 | 0.05 | 314.12 | 0.89 | 0.51 |
| Hex | F1 | 14 | BD | 0 | 5C | 16 | 5 | 13A | 59 | 33 |
| Octal | 361 | 24 | 275 | 0 | 134 | 26 | 5 | 472 | 131 | 63 |
| Binary | 11110001 | 10100 | 10111101 | 0 | 1011100 | 10110 | 101 | 100111010 | 1011001 | 110011 |
Color Harmonies of #F114BD
Complementary color
Monochromatic Colors of #F114BD
Black with #F114BD
Text Example
Text Example
White with #F114BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114BD; }
p { color: rgb(241,20,189); }
H1.HeaderClassName
{
color: #F114BD;
}
.AnyTagClassName
{
color: #F114BD;
}
</style>
background-color css
<style>
a { background-color: #F114BD; }
a { background-color: rgb(241,20,189); }
div.DivClassName
{
background-color: #F114BD;
}
.BgClassName
{
background-color: #F114BD;
}
</style>
border-color css
<style>
span { border-color: #F114BD; }
span { border-color: rgb(241,20,189); }
td.TdClassName
{
border-color: #F114BD;
}
.TagClassName
{
border-color: #F114BD;
}
</style>