Shades of Shocking #F09FBF
Tints of Shocking #F09FBF
RGB
CMYK
RGB Variations
Color information
#F09FBF (or 0xF09FBF) is known color: Shocking. HEX triplet: F0, 9F and BF. RGB value is (240,159,191). Sum of RGB (Red+Green+Blue) = 240+159+191=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FBF is #0F6040. Grayscale: #BABABA. Windows color (decimal): -1007681 or 12558320. OLE color: 12558320.
HSL color Cylindrical-coordinate representation of color #F09FBF: hue angle of 336.3º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FBF is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 191 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.06 |
| HSL | 336.3º | 0.73% | 0.78% | - |
| HSV(B) | 336.3º | 0.34% | 0.94% | - |
| XYZ | 57.74 | 47.08 | 55.34 | - |
| YUV | 186.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 191 | 0 | 0.34 | 0.20 | 0.06 | 336.3 | 0.73 | 0.78 |
| Hex | F0 | 9F | BF | 0 | 22 | 14 | 6 | 150 | 49 | 4E |
| Octal | 360 | 237 | 277 | 0 | 42 | 24 | 6 | 520 | 111 | 116 |
| Binary | 11110000 | 10011111 | 10111111 | 0 | 100010 | 10100 | 110 | 101010000 | 1001001 | 1001110 |
Color Harmonies of #F09FBF
Complementary color
Monochromatic Colors of #F09FBF
Black with #F09FBF
Text Example
Text Example
White with #F09FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FBF; }
p { color: rgb(240,159,191); }
H1.HeaderClassName
{
color: #F09FBF;
}
.AnyTagClassName
{
color: #F09FBF;
}
</style>
background-color css
<style>
a { background-color: #F09FBF; }
a { background-color: rgb(240,159,191); }
div.DivClassName
{
background-color: #F09FBF;
}
.BgClassName
{
background-color: #F09FBF;
}
</style>
border-color css
<style>
span { border-color: #F09FBF; }
span { border-color: rgb(240,159,191); }
td.TdClassName
{
border-color: #F09FBF;
}
.TagClassName
{
border-color: #F09FBF;
}
</style>