Shades of Shocking #F09ABF
Tints of Shocking #F09ABF
RGB
CMYK
RGB Variations
Color information
#F09ABF (or 0xF09ABF) is known color: Shocking. HEX triplet: F0, 9A and BF. RGB value is (240,154,191). Sum of RGB (Red+Green+Blue) = 240+154+191=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ABF is #0F6540. Grayscale: #B7B7B7. Windows color (decimal): -1008961 or 12557040. OLE color: 12557040.
HSL color Cylindrical-coordinate representation of color #F09ABF: hue angle of 334.19º 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 #F09ABF is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 191 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.06 |
| HSL | 334.19º | 0.74% | 0.77% | - |
| HSV(B) | 334.19º | 0.36% | 0.94% | - |
| XYZ | 56.89 | 45.4 | 55.05 | - |
| YUV | 183.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 191 | 0 | 0.36 | 0.20 | 0.06 | 334.19 | 0.74 | 0.77 |
| Hex | F0 | 9A | BF | 0 | 24 | 14 | 6 | 14E | 4A | 4D |
| Octal | 360 | 232 | 277 | 0 | 44 | 24 | 6 | 516 | 112 | 115 |
| Binary | 11110000 | 10011010 | 10111111 | 0 | 100100 | 10100 | 110 | 101001110 | 1001010 | 1001101 |
Color Harmonies of #F09ABF
Complementary color
Monochromatic Colors of #F09ABF
Black with #F09ABF
Text Example
Text Example
White with #F09ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ABF; }
p { color: rgb(240,154,191); }
H1.HeaderClassName
{
color: #F09ABF;
}
.AnyTagClassName
{
color: #F09ABF;
}
</style>
background-color css
<style>
a { background-color: #F09ABF; }
a { background-color: rgb(240,154,191); }
div.DivClassName
{
background-color: #F09ABF;
}
.BgClassName
{
background-color: #F09ABF;
}
</style>
border-color css
<style>
span { border-color: #F09ABF; }
span { border-color: rgb(240,154,191); }
td.TdClassName
{
border-color: #F09ABF;
}
.TagClassName
{
border-color: #F09ABF;
}
</style>