Shades of Shocking #F2A1BD
Tints of Shocking #F2A1BD
RGB
CMYK
RGB Variations
Color information
#F2A1BD (or 0xF2A1BD) is known color: Shocking. HEX triplet: F2, A1 and BD. RGB value is (242,161,189). Sum of RGB (Red+Green+Blue) = 242+161+189=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1BD is #0D5E42. Grayscale: #BCBCBC. Windows color (decimal): -876099 or 12427762. OLE color: 12427762.
HSL color Cylindrical-coordinate representation of color #F2A1BD: hue angle of 339.26º 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 #F2A1BD is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 189 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.05 |
| HSL | 339.26º | 0.76% | 0.79% | - |
| HSV(B) | 339.26º | 0.33% | 0.95% | - |
| XYZ | 58.55 | 48.04 | 54.33 | - |
| YUV | 188.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 189 | 0 | 0.33 | 0.22 | 0.05 | 339.26 | 0.76 | 0.79 |
| Hex | F2 | A1 | BD | 0 | 21 | 16 | 5 | 153 | 4C | 4F |
| Octal | 362 | 241 | 275 | 0 | 41 | 26 | 5 | 523 | 114 | 117 |
| Binary | 11110010 | 10100001 | 10111101 | 0 | 100001 | 10110 | 101 | 101010011 | 1001100 | 1001111 |
Color Harmonies of #F2A1BD
Complementary color
Monochromatic Colors of #F2A1BD
Black with #F2A1BD
Text Example
Text Example
White with #F2A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1BD; }
p { color: rgb(242,161,189); }
H1.HeaderClassName
{
color: #F2A1BD;
}
.AnyTagClassName
{
color: #F2A1BD;
}
</style>
background-color css
<style>
a { background-color: #F2A1BD; }
a { background-color: rgb(242,161,189); }
div.DivClassName
{
background-color: #F2A1BD;
}
.BgClassName
{
background-color: #F2A1BD;
}
</style>
border-color css
<style>
span { border-color: #F2A1BD; }
span { border-color: rgb(242,161,189); }
td.TdClassName
{
border-color: #F2A1BD;
}
.TagClassName
{
border-color: #F2A1BD;
}
</style>