Shades of Shocking #F09BCE
Tints of Shocking #F09BCE
RGB
CMYK
RGB Variations
Color information
#F09BCE (or 0xF09BCE) is known color: Shocking. HEX triplet: F0, 9B and CE. RGB value is (240,155,206). Sum of RGB (Red+Green+Blue) = 240+155+206=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCE is #0F6431. Grayscale: #BABABA. Windows color (decimal): -1008690 or 13540336. OLE color: 13540336.
HSL color Cylindrical-coordinate representation of color #F09BCE: hue angle of 324º 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 #F09BCE is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 206 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.06 |
| HSL | 324º | 0.74% | 0.77% | - |
| HSV(B) | 324º | 0.35% | 0.94% | - |
| XYZ | 58.8 | 46.42 | 64.25 | - |
| YUV | 186.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 206 | 0 | 0.35 | 0.14 | 0.06 | 324 | 0.74 | 0.77 |
| Hex | F0 | 9B | CE | 0 | 23 | E | 6 | 144 | 4A | 4D |
| Octal | 360 | 233 | 316 | 0 | 43 | 16 | 6 | 504 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001110 | 0 | 100011 | 1110 | 110 | 101000100 | 1001010 | 1001101 |
Color Harmonies of #F09BCE
Complementary color
Monochromatic Colors of #F09BCE
Black with #F09BCE
Text Example
Text Example
White with #F09BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BCE; }
p { color: rgb(240,155,206); }
H1.HeaderClassName
{
color: #F09BCE;
}
.AnyTagClassName
{
color: #F09BCE;
}
</style>
background-color css
<style>
a { background-color: #F09BCE; }
a { background-color: rgb(240,155,206); }
div.DivClassName
{
background-color: #F09BCE;
}
.BgClassName
{
background-color: #F09BCE;
}
</style>
border-color css
<style>
span { border-color: #F09BCE; }
span { border-color: rgb(240,155,206); }
td.TdClassName
{
border-color: #F09BCE;
}
.TagClassName
{
border-color: #F09BCE;
}
</style>