Shades of Shocking #F09BC1
Tints of Shocking #F09BC1
RGB
CMYK
RGB Variations
Color information
#F09BC1 (or 0xF09BC1) is known color: Shocking. HEX triplet: F0, 9B and C1. RGB value is (240,155,193). Sum of RGB (Red+Green+Blue) = 240+155+193=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC1 is #0F643E. Grayscale: #B8B8B8. Windows color (decimal): -1008703 or 12688368. OLE color: 12688368.
HSL color Cylindrical-coordinate representation of color #F09BC1: hue angle of 333.18º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BC1 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 193 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 333.18º | 0.74% | 0.77% | - |
| HSV(B) | 333.18º | 0.35% | 0.94% | - |
| XYZ | 57.28 | 45.82 | 56.28 | - |
| YUV | 184.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 193 | 0 | 0.35 | 0.20 | 0.06 | 333.18 | 0.74 | 0.77 |
| Hex | F0 | 9B | C1 | 0 | 23 | 14 | 6 | 14D | 4A | 4D |
| Octal | 360 | 233 | 301 | 0 | 43 | 24 | 6 | 515 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11000001 | 0 | 100011 | 10100 | 110 | 101001101 | 1001010 | 1001101 |
Color Harmonies of #F09BC1
Complementary color
Monochromatic Colors of #F09BC1
Black with #F09BC1
Text Example
Text Example
White with #F09BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC1; }
p { color: rgb(240,155,193); }
H1.HeaderClassName
{
color: #F09BC1;
}
.AnyTagClassName
{
color: #F09BC1;
}
</style>
background-color css
<style>
a { background-color: #F09BC1; }
a { background-color: rgb(240,155,193); }
div.DivClassName
{
background-color: #F09BC1;
}
.BgClassName
{
background-color: #F09BC1;
}
</style>
border-color css
<style>
span { border-color: #F09BC1; }
span { border-color: rgb(240,155,193); }
td.TdClassName
{
border-color: #F09BC1;
}
.TagClassName
{
border-color: #F09BC1;
}
</style>