Shades of Shocking #F09ABB
Tints of Shocking #F09ABB
RGB
CMYK
RGB Variations
Color information
#F09ABB (or 0xF09ABB) is known color: Shocking. HEX triplet: F0, 9A and BB. RGB value is (240,154,187). Sum of RGB (Red+Green+Blue) = 240+154+187=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ABB is #0F6544. Grayscale: #B7B7B7. Windows color (decimal): -1008965 or 12294896. OLE color: 12294896.
HSL color Cylindrical-coordinate representation of color #F09ABB: hue angle of 336.98º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09ABB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 187 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.06 |
| HSL | 336.98º | 0.74% | 0.77% | - |
| HSV(B) | 336.98º | 0.36% | 0.94% | - |
| XYZ | 56.46 | 45.22 | 52.77 | - |
| YUV | 183.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 187 | 0 | 0.36 | 0.22 | 0.06 | 336.98 | 0.74 | 0.77 |
| Hex | F0 | 9A | BB | 0 | 24 | 16 | 6 | 151 | 4A | 4D |
| Octal | 360 | 232 | 273 | 0 | 44 | 26 | 6 | 521 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10111011 | 0 | 100100 | 10110 | 110 | 101010001 | 1001010 | 1001101 |
Color Harmonies of #F09ABB
Complementary color
Monochromatic Colors of #F09ABB
Black with #F09ABB
Text Example
Text Example
White with #F09ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ABB; }
p { color: rgb(240,154,187); }
H1.HeaderClassName
{
color: #F09ABB;
}
.AnyTagClassName
{
color: #F09ABB;
}
</style>
background-color css
<style>
a { background-color: #F09ABB; }
a { background-color: rgb(240,154,187); }
div.DivClassName
{
background-color: #F09ABB;
}
.BgClassName
{
background-color: #F09ABB;
}
</style>
border-color css
<style>
span { border-color: #F09ABB; }
span { border-color: rgb(240,154,187); }
td.TdClassName
{
border-color: #F09ABB;
}
.TagClassName
{
border-color: #F09ABB;
}
</style>