Shades of Shocking #F4A0BD
Tints of Shocking #F4A0BD
RGB
CMYK
RGB Variations
Color information
#F4A0BD (or 0xF4A0BD) is known color: Shocking. HEX triplet: F4, A0 and BD. RGB value is (244,160,189). Sum of RGB (Red+Green+Blue) = 244+160+189=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A0BD is #0B5F42. Grayscale: #BCBCBC. Windows color (decimal): -745283 or 12427508. OLE color: 12427508.
HSL color Cylindrical-coordinate representation of color #F4A0BD: hue angle of 339.29º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A0BD is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 189 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.04 |
| HSL | 339.29º | 0.79% | 0.79% | - |
| HSV(B) | 339.29º | 0.34% | 0.96% | - |
| XYZ | 59.06 | 48.05 | 54.31 | - |
| YUV | 188.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 189 | 0 | 0.34 | 0.23 | 0.04 | 339.29 | 0.79 | 0.79 |
| Hex | F4 | A0 | BD | 0 | 22 | 17 | 4 | 153 | 4F | 4F |
| Octal | 364 | 240 | 275 | 0 | 42 | 27 | 4 | 523 | 117 | 117 |
| Binary | 11110100 | 10100000 | 10111101 | 0 | 100010 | 10111 | 100 | 101010011 | 1001111 | 1001111 |
Color Harmonies of #F4A0BD
Complementary color
Monochromatic Colors of #F4A0BD
Black with #F4A0BD
Text Example
Text Example
White with #F4A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0BD; }
p { color: rgb(244,160,189); }
H1.HeaderClassName
{
color: #F4A0BD;
}
.AnyTagClassName
{
color: #F4A0BD;
}
</style>
background-color css
<style>
a { background-color: #F4A0BD; }
a { background-color: rgb(244,160,189); }
div.DivClassName
{
background-color: #F4A0BD;
}
.BgClassName
{
background-color: #F4A0BD;
}
</style>
border-color css
<style>
span { border-color: #F4A0BD; }
span { border-color: rgb(244,160,189); }
td.TdClassName
{
border-color: #F4A0BD;
}
.TagClassName
{
border-color: #F4A0BD;
}
</style>