Shades of Shocking Pink #F114B8
Tints of Shocking Pink #F114B8
RGB
CMYK
RGB Variations
Color information
#F114B8 (or 0xF114B8) is known color: Shocking Pink. HEX triplet: F1, 14 and B8. RGB value is (241,20,184). Sum of RGB (Red+Green+Blue) = 241+20+184=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F114B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114B8 is #0EEB47. Grayscale: #686868. Windows color (decimal): -977736 or 12063985. OLE color: 12063985.
HSL color Cylindrical-coordinate representation of color #F114B8: hue angle of 315.48º 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 #F114B8 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 184 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.05 |
| HSL | 315.48º | 0.89% | 0.51% | - |
| HSV(B) | 315.48º | 0.92% | 0.95% | - |
| XYZ | 45.18 | 22.66 | 47.34 | - |
| YUV | 104.78 | 172.72 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 184 | 0 | 0.92 | 0.24 | 0.05 | 315.48 | 0.89 | 0.51 |
| Hex | F1 | 14 | B8 | 0 | 5C | 18 | 5 | 13B | 59 | 33 |
| Octal | 361 | 24 | 270 | 0 | 134 | 30 | 5 | 473 | 131 | 63 |
| Binary | 11110001 | 10100 | 10111000 | 0 | 1011100 | 11000 | 101 | 100111011 | 1011001 | 110011 |
Color Harmonies of #F114B8
Complementary color
Monochromatic Colors of #F114B8
Black with #F114B8
Text Example
Text Example
White with #F114B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114B8; }
p { color: rgb(241,20,184); }
H1.HeaderClassName
{
color: #F114B8;
}
.AnyTagClassName
{
color: #F114B8;
}
</style>
background-color css
<style>
a { background-color: #F114B8; }
a { background-color: rgb(241,20,184); }
div.DivClassName
{
background-color: #F114B8;
}
.BgClassName
{
background-color: #F114B8;
}
</style>
border-color css
<style>
span { border-color: #F114B8; }
span { border-color: rgb(241,20,184); }
td.TdClassName
{
border-color: #F114B8;
}
.TagClassName
{
border-color: #F114B8;
}
</style>