Shades of Shocking #F2A0BD
Tints of Shocking #F2A0BD
RGB
CMYK
RGB Variations
Color information
#F2A0BD (or 0xF2A0BD) is known color: Shocking. HEX triplet: F2, A0 and BD. RGB value is (242,160,189). Sum of RGB (Red+Green+Blue) = 242+160+189=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0BD is #0D5F42. Grayscale: #BBBBBB. Windows color (decimal): -876355 or 12427506. OLE color: 12427506.
HSL color Cylindrical-coordinate representation of color #F2A0BD: hue angle of 338.78º degrees, saturation: 0.76, 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 #F2A0BD is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 189 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.05 |
| HSL | 338.78º | 0.76% | 0.79% | - |
| HSV(B) | 338.78º | 0.34% | 0.95% | - |
| XYZ | 58.37 | 47.69 | 54.27 | - |
| YUV | 187.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 189 | 0 | 0.34 | 0.22 | 0.05 | 338.78 | 0.76 | 0.79 |
| Hex | F2 | A0 | BD | 0 | 22 | 16 | 5 | 153 | 4C | 4F |
| Octal | 362 | 240 | 275 | 0 | 42 | 26 | 5 | 523 | 114 | 117 |
| Binary | 11110010 | 10100000 | 10111101 | 0 | 100010 | 10110 | 101 | 101010011 | 1001100 | 1001111 |
Color Harmonies of #F2A0BD
Complementary color
Monochromatic Colors of #F2A0BD
Black with #F2A0BD
Text Example
Text Example
White with #F2A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0BD; }
p { color: rgb(242,160,189); }
H1.HeaderClassName
{
color: #F2A0BD;
}
.AnyTagClassName
{
color: #F2A0BD;
}
</style>
background-color css
<style>
a { background-color: #F2A0BD; }
a { background-color: rgb(242,160,189); }
div.DivClassName
{
background-color: #F2A0BD;
}
.BgClassName
{
background-color: #F2A0BD;
}
</style>
border-color css
<style>
span { border-color: #F2A0BD; }
span { border-color: rgb(242,160,189); }
td.TdClassName
{
border-color: #F2A0BD;
}
.TagClassName
{
border-color: #F2A0BD;
}
</style>