Shades of Shocking Pink #F119CB
Tints of Shocking Pink #F119CB
RGB
CMYK
RGB Variations
Color information
#F119CB (or 0xF119CB) is known color: Shocking Pink. HEX triplet: F1, 19 and CB. RGB value is (241,25,203). Sum of RGB (Red+Green+Blue) = 241+25+203=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F119CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119CB is #0EE634. Grayscale: #6D6D6D. Windows color (decimal): -976437 or 13310449. OLE color: 13310449.
HSL color Cylindrical-coordinate representation of color #F119CB: hue angle of 310.56º 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 #F119CB is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 203 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.56º | 0.89% | 0.52% | - |
| HSV(B) | 310.56º | 0.9% | 0.95% | - |
| XYZ | 47.4 | 23.71 | 58.58 | - |
| YUV | 109.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 203 | 0 | 0.90 | 0.16 | 0.05 | 310.56 | 0.89 | 0.52 |
| Hex | F1 | 19 | CB | 0 | 5A | 10 | 5 | 137 | 59 | 34 |
| Octal | 361 | 31 | 313 | 0 | 132 | 20 | 5 | 467 | 131 | 64 |
| Binary | 11110001 | 11001 | 11001011 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011001 | 110100 |
Color Harmonies of #F119CB
Complementary color
Monochromatic Colors of #F119CB
Black with #F119CB
Text Example
Text Example
White with #F119CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119CB; }
p { color: rgb(241,25,203); }
H1.HeaderClassName
{
color: #F119CB;
}
.AnyTagClassName
{
color: #F119CB;
}
</style>
background-color css
<style>
a { background-color: #F119CB; }
a { background-color: rgb(241,25,203); }
div.DivClassName
{
background-color: #F119CB;
}
.BgClassName
{
background-color: #F119CB;
}
</style>
border-color css
<style>
span { border-color: #F119CB; }
span { border-color: rgb(241,25,203); }
td.TdClassName
{
border-color: #F119CB;
}
.TagClassName
{
border-color: #F119CB;
}
</style>