Shades of Shocking #F095CE
Tints of Shocking #F095CE
RGB
CMYK
RGB Variations
Color information
#F095CE (or 0xF095CE) is known color: Shocking. HEX triplet: F0, 95 and CE. RGB value is (240,149,206). Sum of RGB (Red+Green+Blue) = 240+149+206=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CE is #0F6A31. Grayscale: #B6B6B6. Windows color (decimal): -1010226 or 13538800. OLE color: 13538800.
HSL color Cylindrical-coordinate representation of color #F095CE: hue angle of 322.42º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095CE is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 206 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.06 |
| HSL | 322.42º | 0.75% | 0.76% | - |
| HSV(B) | 322.42º | 0.38% | 0.94% | - |
| XYZ | 57.82 | 44.48 | 63.93 | - |
| YUV | 182.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 206 | 0 | 0.38 | 0.14 | 0.06 | 322.42 | 0.75 | 0.76 |
| Hex | F0 | 95 | CE | 0 | 26 | E | 6 | 142 | 4B | 4C |
| Octal | 360 | 225 | 316 | 0 | 46 | 16 | 6 | 502 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11001110 | 0 | 100110 | 1110 | 110 | 101000010 | 1001011 | 1001100 |
Color Harmonies of #F095CE
Complementary color
Monochromatic Colors of #F095CE
Black with #F095CE
Text Example
Text Example
White with #F095CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095CE; }
p { color: rgb(240,149,206); }
H1.HeaderClassName
{
color: #F095CE;
}
.AnyTagClassName
{
color: #F095CE;
}
</style>
background-color css
<style>
a { background-color: #F095CE; }
a { background-color: rgb(240,149,206); }
div.DivClassName
{
background-color: #F095CE;
}
.BgClassName
{
background-color: #F095CE;
}
</style>
border-color css
<style>
span { border-color: #F095CE; }
span { border-color: rgb(240,149,206); }
td.TdClassName
{
border-color: #F095CE;
}
.TagClassName
{
border-color: #F095CE;
}
</style>