Shades of Shocking #F09CBA
Tints of Shocking #F09CBA
RGB
CMYK
RGB Variations
Color information
#F09CBA (or 0xF09CBA) is known color: Shocking. HEX triplet: F0, 9C and BA. RGB value is (240,156,186). Sum of RGB (Red+Green+Blue) = 240+156+186=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBA is #0F6345. Grayscale: #B8B8B8. Windows color (decimal): -1008454 or 12229872. OLE color: 12229872.
HSL color Cylindrical-coordinate representation of color #F09CBA: hue angle of 338.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CBA is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 186 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 338.57º | 0.74% | 0.78% | - |
| HSV(B) | 338.57º | 0.35% | 0.94% | - |
| XYZ | 56.69 | 45.85 | 52.32 | - |
| YUV | 184.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 186 | 0 | 0.35 | 0.22 | 0.06 | 338.57 | 0.74 | 0.78 |
| Hex | F0 | 9C | BA | 0 | 23 | 16 | 6 | 153 | 4A | 4E |
| Octal | 360 | 234 | 272 | 0 | 43 | 26 | 6 | 523 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10111010 | 0 | 100011 | 10110 | 110 | 101010011 | 1001010 | 1001110 |
Color Harmonies of #F09CBA
Complementary color
Monochromatic Colors of #F09CBA
Black with #F09CBA
Text Example
Text Example
White with #F09CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CBA; }
p { color: rgb(240,156,186); }
H1.HeaderClassName
{
color: #F09CBA;
}
.AnyTagClassName
{
color: #F09CBA;
}
</style>
background-color css
<style>
a { background-color: #F09CBA; }
a { background-color: rgb(240,156,186); }
div.DivClassName
{
background-color: #F09CBA;
}
.BgClassName
{
background-color: #F09CBA;
}
</style>
border-color css
<style>
span { border-color: #F09CBA; }
span { border-color: rgb(240,156,186); }
td.TdClassName
{
border-color: #F09CBA;
}
.TagClassName
{
border-color: #F09CBA;
}
</style>