Shades of Shocking Pink #F119BE
Tints of Shocking Pink #F119BE
RGB
CMYK
RGB Variations
Color information
#F119BE (or 0xF119BE) is known color: Shocking Pink. HEX triplet: F1, 19 and BE. RGB value is (241,25,190). Sum of RGB (Red+Green+Blue) = 241+25+190=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F119BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119BE is #0EE641. Grayscale: #6B6B6B. Windows color (decimal): -976450 or 12458481. OLE color: 12458481.
HSL color Cylindrical-coordinate representation of color #F119BE: hue angle of 314.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 314.17º | 0.89% | 0.52% | - |
| HSV(B) | 314.17º | 0.9% | 0.95% | - |
| XYZ | 45.92 | 23.11 | 50.76 | - |
| YUV | 108.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 190 | 0 | 0.90 | 0.21 | 0.05 | 314.17 | 0.89 | 0.52 |
| Hex | F1 | 19 | BE | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 361 | 31 | 276 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 11001 | 10111110 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F119BE
Complementary color
Monochromatic Colors of #F119BE
Black with #F119BE
Text Example
Text Example
White with #F119BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119BE; }
p { color: rgb(241,25,190); }
H1.HeaderClassName
{
color: #F119BE;
}
.AnyTagClassName
{
color: #F119BE;
}
</style>
background-color css
<style>
a { background-color: #F119BE; }
a { background-color: rgb(241,25,190); }
div.DivClassName
{
background-color: #F119BE;
}
.BgClassName
{
background-color: #F119BE;
}
</style>
border-color css
<style>
span { border-color: #F119BE; }
span { border-color: rgb(241,25,190); }
td.TdClassName
{
border-color: #F119BE;
}
.TagClassName
{
border-color: #F119BE;
}
</style>