Shades of Shocking Pink #F113D0
Tints of Shocking Pink #F113D0
RGB
CMYK
RGB Variations
Color information
#F113D0 (or 0xF113D0) is known color: Shocking Pink. HEX triplet: F1, 13 and D0. RGB value is (241,19,208). Sum of RGB (Red+Green+Blue) = 241+19+208=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D0 is #0EEC2F. Grayscale: #6A6A6A. Windows color (decimal): -977968 or 13636593. OLE color: 13636593.
HSL color Cylindrical-coordinate representation of color #F113D0: hue angle of 308.92º 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 #F113D0 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.05 |
| HSL | 308.92º | 0.89% | 0.51% | - |
| HSV(B) | 308.92º | 0.92% | 0.95% | - |
| XYZ | 47.89 | 23.72 | 61.73 | - |
| YUV | 106.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 208 | 0 | 0.92 | 0.14 | 0.05 | 308.92 | 0.89 | 0.51 |
| Hex | F1 | 13 | D0 | 0 | 5C | E | 5 | 135 | 59 | 33 |
| Octal | 361 | 23 | 320 | 0 | 134 | 16 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10011 | 11010000 | 0 | 1011100 | 1110 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F113D0
Complementary color
Monochromatic Colors of #F113D0
Black with #F113D0
Text Example
Text Example
White with #F113D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113D0; }
p { color: rgb(241,19,208); }
H1.HeaderClassName
{
color: #F113D0;
}
.AnyTagClassName
{
color: #F113D0;
}
</style>
background-color css
<style>
a { background-color: #F113D0; }
a { background-color: rgb(241,19,208); }
div.DivClassName
{
background-color: #F113D0;
}
.BgClassName
{
background-color: #F113D0;
}
</style>
border-color css
<style>
span { border-color: #F113D0; }
span { border-color: rgb(241,19,208); }
td.TdClassName
{
border-color: #F113D0;
}
.TagClassName
{
border-color: #F113D0;
}
</style>