Shades of Shocking #F09CBC
Tints of Shocking #F09CBC
RGB
CMYK
RGB Variations
Color information
#F09CBC (or 0xF09CBC) is known color: Shocking. HEX triplet: F0, 9C and BC. RGB value is (240,156,188). Sum of RGB (Red+Green+Blue) = 240+156+188=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBC is #0F6343. Grayscale: #B8B8B8. Windows color (decimal): -1008452 or 12360944. OLE color: 12360944.
HSL color Cylindrical-coordinate representation of color #F09CBC: hue angle of 337.14º 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 #F09CBC is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 188 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 337.14º | 0.74% | 0.78% | - |
| HSV(B) | 337.14º | 0.35% | 0.94% | - |
| XYZ | 56.9 | 45.93 | 53.44 | - |
| YUV | 184.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 188 | 0 | 0.35 | 0.22 | 0.06 | 337.14 | 0.74 | 0.78 |
| Hex | F0 | 9C | BC | 0 | 23 | 16 | 6 | 151 | 4A | 4E |
| Octal | 360 | 234 | 274 | 0 | 43 | 26 | 6 | 521 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10111100 | 0 | 100011 | 10110 | 110 | 101010001 | 1001010 | 1001110 |
Color Harmonies of #F09CBC
Complementary color
Monochromatic Colors of #F09CBC
Black with #F09CBC
Text Example
Text Example
White with #F09CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CBC; }
p { color: rgb(240,156,188); }
H1.HeaderClassName
{
color: #F09CBC;
}
.AnyTagClassName
{
color: #F09CBC;
}
</style>
background-color css
<style>
a { background-color: #F09CBC; }
a { background-color: rgb(240,156,188); }
div.DivClassName
{
background-color: #F09CBC;
}
.BgClassName
{
background-color: #F09CBC;
}
</style>
border-color css
<style>
span { border-color: #F09CBC; }
span { border-color: rgb(240,156,188); }
td.TdClassName
{
border-color: #F09CBC;
}
.TagClassName
{
border-color: #F09CBC;
}
</style>