Shades of Shocking #F09BC3
Tints of Shocking #F09BC3
RGB
CMYK
RGB Variations
Color information
#F09BC3 (or 0xF09BC3) is known color: Shocking. HEX triplet: F0, 9B and C3. RGB value is (240,155,195). Sum of RGB (Red+Green+Blue) = 240+155+195=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC3 is #0F643C. Grayscale: #B8B8B8. Windows color (decimal): -1008701 or 12819440. OLE color: 12819440.
HSL color Cylindrical-coordinate representation of color #F09BC3: hue angle of 331.76º 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 #F09BC3 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 195 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.06 |
| HSL | 331.76º | 0.74% | 0.77% | - |
| HSV(B) | 331.76º | 0.35% | 0.94% | - |
| XYZ | 57.51 | 45.91 | 57.46 | - |
| YUV | 184.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 195 | 0 | 0.35 | 0.19 | 0.06 | 331.76 | 0.74 | 0.77 |
| Hex | F0 | 9B | C3 | 0 | 23 | 13 | 6 | 14C | 4A | 4D |
| Octal | 360 | 233 | 303 | 0 | 43 | 23 | 6 | 514 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11000011 | 0 | 100011 | 10011 | 110 | 101001100 | 1001010 | 1001101 |
Color Harmonies of #F09BC3
Complementary color
Monochromatic Colors of #F09BC3
Black with #F09BC3
Text Example
Text Example
White with #F09BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BC3; }
p { color: rgb(240,155,195); }
H1.HeaderClassName
{
color: #F09BC3;
}
.AnyTagClassName
{
color: #F09BC3;
}
</style>
background-color css
<style>
a { background-color: #F09BC3; }
a { background-color: rgb(240,155,195); }
div.DivClassName
{
background-color: #F09BC3;
}
.BgClassName
{
background-color: #F09BC3;
}
</style>
border-color css
<style>
span { border-color: #F09BC3; }
span { border-color: rgb(240,155,195); }
td.TdClassName
{
border-color: #F09BC3;
}
.TagClassName
{
border-color: #F09BC3;
}
</style>