Shades of Shocking Pink #F114D0
Tints of Shocking Pink #F114D0
RGB
CMYK
RGB Variations
Color information
#F114D0 (or 0xF114D0) is known color: Shocking Pink. HEX triplet: F1, 14 and D0. RGB value is (241,20,208). Sum of RGB (Red+Green+Blue) = 241+20+208=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F114D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F114D0 is #0EEB2F. Grayscale: #6A6A6A. Windows color (decimal): -977712 or 13636849. OLE color: 13636849.
HSL color Cylindrical-coordinate representation of color #F114D0: hue angle of 308.96º 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 #F114D0 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 208 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.05 |
| HSL | 308.96º | 0.89% | 0.51% | - |
| HSV(B) | 308.96º | 0.92% | 0.95% | - |
| XYZ | 47.91 | 23.76 | 61.73 | - |
| YUV | 107.51 | 184.72 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 208 | 0 | 0.92 | 0.14 | 0.05 | 308.96 | 0.89 | 0.51 |
| Hex | F1 | 14 | D0 | 0 | 5C | E | 5 | 135 | 59 | 33 |
| Octal | 361 | 24 | 320 | 0 | 134 | 16 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10100 | 11010000 | 0 | 1011100 | 1110 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F114D0
Complementary color
Monochromatic Colors of #F114D0
Black with #F114D0
Text Example
Text Example
White with #F114D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114D0; }
p { color: rgb(241,20,208); }
H1.HeaderClassName
{
color: #F114D0;
}
.AnyTagClassName
{
color: #F114D0;
}
</style>
background-color css
<style>
a { background-color: #F114D0; }
a { background-color: rgb(241,20,208); }
div.DivClassName
{
background-color: #F114D0;
}
.BgClassName
{
background-color: #F114D0;
}
</style>
border-color css
<style>
span { border-color: #F114D0; }
span { border-color: rgb(241,20,208); }
td.TdClassName
{
border-color: #F114D0;
}
.TagClassName
{
border-color: #F114D0;
}
</style>