Shades of Shocking #F49ABB
Tints of Shocking #F49ABB
RGB
CMYK
RGB Variations
Color information
#F49ABB (or 0xF49ABB) is known color: Shocking. HEX triplet: F4, 9A and BB. RGB value is (244,154,187). Sum of RGB (Red+Green+Blue) = 244+154+187=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ABB is #0B6544. Grayscale: #B8B8B8. Windows color (decimal): -746821 or 12294900. OLE color: 12294900.
HSL color Cylindrical-coordinate representation of color #F49ABB: hue angle of 338º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49ABB is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 187 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.04 |
| HSL | 338º | 0.8% | 0.78% | - |
| HSV(B) | 338º | 0.37% | 0.96% | - |
| XYZ | 57.83 | 45.93 | 52.83 | - |
| YUV | 184.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 187 | 0 | 0.37 | 0.23 | 0.04 | 338 | 0.8 | 0.78 |
| Hex | F4 | 9A | BB | 0 | 25 | 17 | 4 | 152 | 50 | 4E |
| Octal | 364 | 232 | 273 | 0 | 45 | 27 | 4 | 522 | 120 | 116 |
| Binary | 11110100 | 10011010 | 10111011 | 0 | 100101 | 10111 | 100 | 101010010 | 1010000 | 1001110 |
Color Harmonies of #F49ABB
Complementary color
Monochromatic Colors of #F49ABB
Black with #F49ABB
Text Example
Text Example
White with #F49ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49ABB; }
p { color: rgb(244,154,187); }
H1.HeaderClassName
{
color: #F49ABB;
}
.AnyTagClassName
{
color: #F49ABB;
}
</style>
background-color css
<style>
a { background-color: #F49ABB; }
a { background-color: rgb(244,154,187); }
div.DivClassName
{
background-color: #F49ABB;
}
.BgClassName
{
background-color: #F49ABB;
}
</style>
border-color css
<style>
span { border-color: #F49ABB; }
span { border-color: rgb(244,154,187); }
td.TdClassName
{
border-color: #F49ABB;
}
.TagClassName
{
border-color: #F49ABB;
}
</style>