Shades of Shocking #F1A0BB
Tints of Shocking #F1A0BB
RGB
CMYK
RGB Variations
Color information
#F1A0BB (or 0xF1A0BB) is known color: Shocking. HEX triplet: F1, A0 and BB. RGB value is (241,160,187). Sum of RGB (Red+Green+Blue) = 241+160+187=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0BB is #0E5F44. Grayscale: #BBBBBB. Windows color (decimal): -941893 or 12296433. OLE color: 12296433.
HSL color Cylindrical-coordinate representation of color #F1A0BB: hue angle of 340º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0BB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 187 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.05 |
| HSL | 340º | 0.74% | 0.79% | - |
| HSV(B) | 340º | 0.34% | 0.95% | - |
| XYZ | 57.82 | 47.43 | 53.12 | - |
| YUV | 187.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 187 | 0 | 0.34 | 0.22 | 0.05 | 340 | 0.74 | 0.79 |
| Hex | F1 | A0 | BB | 0 | 22 | 16 | 5 | 154 | 4A | 4F |
| Octal | 361 | 240 | 273 | 0 | 42 | 26 | 5 | 524 | 112 | 117 |
| Binary | 11110001 | 10100000 | 10111011 | 0 | 100010 | 10110 | 101 | 101010100 | 1001010 | 1001111 |
Color Harmonies of #F1A0BB
Complementary color
Monochromatic Colors of #F1A0BB
Black with #F1A0BB
Text Example
Text Example
White with #F1A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A0BB; }
p { color: rgb(241,160,187); }
H1.HeaderClassName
{
color: #F1A0BB;
}
.AnyTagClassName
{
color: #F1A0BB;
}
</style>
background-color css
<style>
a { background-color: #F1A0BB; }
a { background-color: rgb(241,160,187); }
div.DivClassName
{
background-color: #F1A0BB;
}
.BgClassName
{
background-color: #F1A0BB;
}
</style>
border-color css
<style>
span { border-color: #F1A0BB; }
span { border-color: rgb(241,160,187); }
td.TdClassName
{
border-color: #F1A0BB;
}
.TagClassName
{
border-color: #F1A0BB;
}
</style>