Shades of Shocking Pink #F113D4
Tints of Shocking Pink #F113D4
RGB
CMYK
RGB Variations
Color information
#F113D4 (or 0xF113D4) is known color: Shocking Pink. HEX triplet: F1, 13 and D4. RGB value is (241,19,212). Sum of RGB (Red+Green+Blue) = 241+19+212=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D4 is #0EEC2B. Grayscale: #6A6A6A. Windows color (decimal): -977964 or 13898737. OLE color: 13898737.
HSL color Cylindrical-coordinate representation of color #F113D4: hue angle of 307.84º 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 #F113D4 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.05 |
| HSL | 307.84º | 0.89% | 0.51% | - |
| HSV(B) | 307.84º | 0.92% | 0.95% | - |
| XYZ | 48.39 | 23.92 | 64.35 | - |
| YUV | 107.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 212 | 0 | 0.92 | 0.12 | 0.05 | 307.84 | 0.89 | 0.51 |
| Hex | F1 | 13 | D4 | 0 | 5C | C | 5 | 134 | 59 | 33 |
| Octal | 361 | 23 | 324 | 0 | 134 | 14 | 5 | 464 | 131 | 63 |
| Binary | 11110001 | 10011 | 11010100 | 0 | 1011100 | 1100 | 101 | 100110100 | 1011001 | 110011 |
Color Harmonies of #F113D4
Complementary color
Monochromatic Colors of #F113D4
Black with #F113D4
Text Example
Text Example
White with #F113D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113D4; }
p { color: rgb(241,19,212); }
H1.HeaderClassName
{
color: #F113D4;
}
.AnyTagClassName
{
color: #F113D4;
}
</style>
background-color css
<style>
a { background-color: #F113D4; }
a { background-color: rgb(241,19,212); }
div.DivClassName
{
background-color: #F113D4;
}
.BgClassName
{
background-color: #F113D4;
}
</style>
border-color css
<style>
span { border-color: #F113D4; }
span { border-color: rgb(241,19,212); }
td.TdClassName
{
border-color: #F113D4;
}
.TagClassName
{
border-color: #F113D4;
}
</style>