Shades of Shocking #F09FBA
Tints of Shocking #F09FBA
RGB
CMYK
RGB Variations
Color information
#F09FBA (or 0xF09FBA) is known color: Shocking. HEX triplet: F0, 9F and BA. RGB value is (240,159,186). Sum of RGB (Red+Green+Blue) = 240+159+186=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FBA is #0F6045. Grayscale: #BABABA. Windows color (decimal): -1007686 or 12230640. OLE color: 12230640.
HSL color Cylindrical-coordinate representation of color #F09FBA: hue angle of 340º 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 #F09FBA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 186 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.06 |
| HSL | 340º | 0.73% | 0.78% | - |
| HSV(B) | 340º | 0.34% | 0.94% | - |
| XYZ | 57.2 | 46.87 | 52.49 | - |
| YUV | 186.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 186 | 0 | 0.34 | 0.22 | 0.06 | 340 | 0.73 | 0.78 |
| Hex | F0 | 9F | BA | 0 | 22 | 16 | 6 | 154 | 49 | 4E |
| Octal | 360 | 237 | 272 | 0 | 42 | 26 | 6 | 524 | 111 | 116 |
| Binary | 11110000 | 10011111 | 10111010 | 0 | 100010 | 10110 | 110 | 101010100 | 1001001 | 1001110 |
Color Harmonies of #F09FBA
Complementary color
Monochromatic Colors of #F09FBA
Black with #F09FBA
Text Example
Text Example
White with #F09FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FBA; }
p { color: rgb(240,159,186); }
H1.HeaderClassName
{
color: #F09FBA;
}
.AnyTagClassName
{
color: #F09FBA;
}
</style>
background-color css
<style>
a { background-color: #F09FBA; }
a { background-color: rgb(240,159,186); }
div.DivClassName
{
background-color: #F09FBA;
}
.BgClassName
{
background-color: #F09FBA;
}
</style>
border-color css
<style>
span { border-color: #F09FBA; }
span { border-color: rgb(240,159,186); }
td.TdClassName
{
border-color: #F09FBA;
}
.TagClassName
{
border-color: #F09FBA;
}
</style>