Shades of Shocking Pink #F119BF
Tints of Shocking Pink #F119BF
RGB
CMYK
RGB Variations
Color information
#F119BF (or 0xF119BF) is known color: Shocking Pink. HEX triplet: F1, 19 and BF. RGB value is (241,25,191). Sum of RGB (Red+Green+Blue) = 241+25+191=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F119BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119BF is #0EE640. Grayscale: #6C6C6C. Windows color (decimal): -976449 or 12524017. OLE color: 12524017.
HSL color Cylindrical-coordinate representation of color #F119BF: hue angle of 313.89º 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 #F119BF is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 191 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 313.89º | 0.89% | 0.52% | - |
| HSV(B) | 313.89º | 0.9% | 0.95% | - |
| XYZ | 46.03 | 23.16 | 51.33 | - |
| YUV | 108.51 | 174.56 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 191 | 0 | 0.90 | 0.21 | 0.05 | 313.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | BF | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 361 | 31 | 277 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 11001 | 10111111 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F119BF
Complementary color
Monochromatic Colors of #F119BF
Black with #F119BF
Text Example
Text Example
White with #F119BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119BF; }
p { color: rgb(241,25,191); }
H1.HeaderClassName
{
color: #F119BF;
}
.AnyTagClassName
{
color: #F119BF;
}
</style>
background-color css
<style>
a { background-color: #F119BF; }
a { background-color: rgb(241,25,191); }
div.DivClassName
{
background-color: #F119BF;
}
.BgClassName
{
background-color: #F119BF;
}
</style>
border-color css
<style>
span { border-color: #F119BF; }
span { border-color: rgb(241,25,191); }
td.TdClassName
{
border-color: #F119BF;
}
.TagClassName
{
border-color: #F119BF;
}
</style>