Shades of Shocking #F09BD0
Tints of Shocking #F09BD0
RGB
CMYK
RGB Variations
Color information
#F09BD0 (or 0xF09BD0) is known color: Shocking. HEX triplet: F0, 9B and D0. RGB value is (240,155,208). Sum of RGB (Red+Green+Blue) = 240+155+208=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BD0 is #0F642F. Grayscale: #BABABA. Windows color (decimal): -1008688 or 13671408. OLE color: 13671408.
HSL color Cylindrical-coordinate representation of color #F09BD0: hue angle of 322.59º 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 #F09BD0 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 208 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.06 |
| HSL | 322.59º | 0.74% | 0.77% | - |
| HSV(B) | 322.59º | 0.35% | 0.94% | - |
| XYZ | 59.04 | 46.52 | 65.54 | - |
| YUV | 186.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 208 | 0 | 0.35 | 0.13 | 0.06 | 322.59 | 0.74 | 0.77 |
| Hex | F0 | 9B | D0 | 0 | 23 | D | 6 | 143 | 4A | 4D |
| Octal | 360 | 233 | 320 | 0 | 43 | 15 | 6 | 503 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11010000 | 0 | 100011 | 1101 | 110 | 101000011 | 1001010 | 1001101 |
Color Harmonies of #F09BD0
Complementary color
Monochromatic Colors of #F09BD0
Black with #F09BD0
Text Example
Text Example
White with #F09BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BD0; }
p { color: rgb(240,155,208); }
H1.HeaderClassName
{
color: #F09BD0;
}
.AnyTagClassName
{
color: #F09BD0;
}
</style>
background-color css
<style>
a { background-color: #F09BD0; }
a { background-color: rgb(240,155,208); }
div.DivClassName
{
background-color: #F09BD0;
}
.BgClassName
{
background-color: #F09BD0;
}
</style>
border-color css
<style>
span { border-color: #F09BD0; }
span { border-color: rgb(240,155,208); }
td.TdClassName
{
border-color: #F09BD0;
}
.TagClassName
{
border-color: #F09BD0;
}
</style>