Shades of Shocking Pink #F112D0
Tints of Shocking Pink #F112D0
RGB
CMYK
RGB Variations
Color information
#F112D0 (or 0xF112D0) is known color: Shocking Pink. HEX triplet: F1, 12 and D0. RGB value is (241,18,208). Sum of RGB (Red+Green+Blue) = 241+18+208=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F112D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112D0 is #0EED2F. Grayscale: #696969. Windows color (decimal): -978224 or 13636337. OLE color: 13636337.
HSL color Cylindrical-coordinate representation of color #F112D0: hue angle of 308.88º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112D0 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 208 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 308.88º | 0.89% | 0.51% | - |
| HSV(B) | 308.88º | 0.93% | 0.95% | - |
| XYZ | 47.88 | 23.69 | 61.72 | - |
| YUV | 106.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 208 | 0 | 0.93 | 0.14 | 0.05 | 308.88 | 0.89 | 0.51 |
| Hex | F1 | 12 | D0 | 0 | 5D | E | 5 | 135 | 59 | 33 |
| Octal | 361 | 22 | 320 | 0 | 135 | 16 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10010 | 11010000 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F112D0
Complementary color
Monochromatic Colors of #F112D0
Black with #F112D0
Text Example
Text Example
White with #F112D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112D0; }
p { color: rgb(241,18,208); }
H1.HeaderClassName
{
color: #F112D0;
}
.AnyTagClassName
{
color: #F112D0;
}
</style>
background-color css
<style>
a { background-color: #F112D0; }
a { background-color: rgb(241,18,208); }
div.DivClassName
{
background-color: #F112D0;
}
.BgClassName
{
background-color: #F112D0;
}
</style>
border-color css
<style>
span { border-color: #F112D0; }
span { border-color: rgb(241,18,208); }
td.TdClassName
{
border-color: #F112D0;
}
.TagClassName
{
border-color: #F112D0;
}
</style>