Shades of Shocking #F09BC9
Tints of Shocking #F09BC9
RGB
CMYK
RGB Variations
Color information
#F09BC9 (or 0xF09BC9) is known color: Shocking. HEX triplet: F0, 9B and C9. RGB value is (240,155,201). Sum of RGB (Red+Green+Blue) = 240+155+201=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC9 is #0F6436. Grayscale: #B9B9B9. Windows color (decimal): -1008695 or 13212656. OLE color: 13212656.
HSL color Cylindrical-coordinate representation of color #F09BC9: hue angle of 327.53º 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 #F09BC9 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 201 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.06 |
| HSL | 327.53º | 0.74% | 0.77% | - |
| HSV(B) | 327.53º | 0.35% | 0.94% | - |
| XYZ | 58.2 | 46.19 | 61.11 | - |
| YUV | 185.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 201 | 0 | 0.35 | 0.16 | 0.06 | 327.53 | 0.74 | 0.77 |
| Hex | F0 | 9B | C9 | 0 | 23 | 10 | 6 | 148 | 4A | 4D |
| Octal | 360 | 233 | 311 | 0 | 43 | 20 | 6 | 510 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001001 | 0 | 100011 | 10000 | 110 | 101001000 | 1001010 | 1001101 |
Color Harmonies of #F09BC9
Complementary color
Monochromatic Colors of #F09BC9
Black with #F09BC9
Text Example
Text Example
White with #F09BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC9; }
p { color: rgb(240,155,201); }
H1.HeaderClassName
{
color: #F09BC9;
}
.AnyTagClassName
{
color: #F09BC9;
}
</style>
background-color css
<style>
a { background-color: #F09BC9; }
a { background-color: rgb(240,155,201); }
div.DivClassName
{
background-color: #F09BC9;
}
.BgClassName
{
background-color: #F09BC9;
}
</style>
border-color css
<style>
span { border-color: #F09BC9; }
span { border-color: rgb(240,155,201); }
td.TdClassName
{
border-color: #F09BC9;
}
.TagClassName
{
border-color: #F09BC9;
}
</style>