Shades of Shocking #F2A1BB
Tints of Shocking #F2A1BB
RGB
CMYK
RGB Variations
Color information
#F2A1BB (or 0xF2A1BB) is known color: Shocking. HEX triplet: F2, A1 and BB. RGB value is (242,161,187). Sum of RGB (Red+Green+Blue) = 242+161+187=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1BB is #0D5E44. Grayscale: #BCBCBC. Windows color (decimal): -876101 or 12296690. OLE color: 12296690.
HSL color Cylindrical-coordinate representation of color #F2A1BB: hue angle of 340.74º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A1BB is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 187 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.05 |
| HSL | 340.74º | 0.76% | 0.79% | - |
| HSV(B) | 340.74º | 0.33% | 0.95% | - |
| XYZ | 58.33 | 47.95 | 53.2 | - |
| YUV | 188.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 187 | 0 | 0.33 | 0.23 | 0.05 | 340.74 | 0.76 | 0.79 |
| Hex | F2 | A1 | BB | 0 | 21 | 17 | 5 | 155 | 4C | 4F |
| Octal | 362 | 241 | 273 | 0 | 41 | 27 | 5 | 525 | 114 | 117 |
| Binary | 11110010 | 10100001 | 10111011 | 0 | 100001 | 10111 | 101 | 101010101 | 1001100 | 1001111 |
Color Harmonies of #F2A1BB
Complementary color
Monochromatic Colors of #F2A1BB
Black with #F2A1BB
Text Example
Text Example
White with #F2A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1BB; }
p { color: rgb(242,161,187); }
H1.HeaderClassName
{
color: #F2A1BB;
}
.AnyTagClassName
{
color: #F2A1BB;
}
</style>
background-color css
<style>
a { background-color: #F2A1BB; }
a { background-color: rgb(242,161,187); }
div.DivClassName
{
background-color: #F2A1BB;
}
.BgClassName
{
background-color: #F2A1BB;
}
</style>
border-color css
<style>
span { border-color: #F2A1BB; }
span { border-color: rgb(242,161,187); }
td.TdClassName
{
border-color: #F2A1BB;
}
.TagClassName
{
border-color: #F2A1BB;
}
</style>