Shades of Shocking #F0A1BB
Tints of Shocking #F0A1BB
RGB
CMYK
RGB Variations
Color information
#F0A1BB (or 0xF0A1BB) is known color: Shocking. HEX triplet: F0, A1 and BB. RGB value is (240,161,187). Sum of RGB (Red+Green+Blue) = 240+161+187=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1BB is #0F5E44. Grayscale: #BBBBBB. Windows color (decimal): -1007173 or 12296688. OLE color: 12296688.
HSL color Cylindrical-coordinate representation of color #F0A1BB: hue angle of 340.25º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1BB is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 187 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.06 |
| HSL | 340.25º | 0.72% | 0.79% | - |
| HSV(B) | 340.25º | 0.33% | 0.94% | - |
| XYZ | 57.65 | 47.6 | 53.16 | - |
| YUV | 187.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 187 | 0 | 0.33 | 0.22 | 0.06 | 340.25 | 0.72 | 0.79 |
| Hex | F0 | A1 | BB | 0 | 21 | 16 | 6 | 154 | 48 | 4F |
| Octal | 360 | 241 | 273 | 0 | 41 | 26 | 6 | 524 | 110 | 117 |
| Binary | 11110000 | 10100001 | 10111011 | 0 | 100001 | 10110 | 110 | 101010100 | 1001000 | 1001111 |
Color Harmonies of #F0A1BB
Complementary color
Monochromatic Colors of #F0A1BB
Black with #F0A1BB
Text Example
Text Example
White with #F0A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1BB; }
p { color: rgb(240,161,187); }
H1.HeaderClassName
{
color: #F0A1BB;
}
.AnyTagClassName
{
color: #F0A1BB;
}
</style>
background-color css
<style>
a { background-color: #F0A1BB; }
a { background-color: rgb(240,161,187); }
div.DivClassName
{
background-color: #F0A1BB;
}
.BgClassName
{
background-color: #F0A1BB;
}
</style>
border-color css
<style>
span { border-color: #F0A1BB; }
span { border-color: rgb(240,161,187); }
td.TdClassName
{
border-color: #F0A1BB;
}
.TagClassName
{
border-color: #F0A1BB;
}
</style>