Shades of Shocking #F095CF
Tints of Shocking #F095CF
RGB
CMYK
RGB Variations
Color information
#F095CF (or 0xF095CF) is known color: Shocking. HEX triplet: F0, 95 and CF. RGB value is (240,149,207). Sum of RGB (Red+Green+Blue) = 240+149+207=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CF is #0F6A30. Grayscale: #B6B6B6. Windows color (decimal): -1010225 or 13604336. OLE color: 13604336.
HSL color Cylindrical-coordinate representation of color #F095CF: hue angle of 321.76º 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 #F095CF is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 207 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.06 |
| HSL | 321.76º | 0.75% | 0.76% | - |
| HSV(B) | 321.76º | 0.38% | 0.94% | - |
| XYZ | 57.95 | 44.53 | 64.57 | - |
| YUV | 182.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 207 | 0 | 0.38 | 0.14 | 0.06 | 321.76 | 0.75 | 0.76 |
| Hex | F0 | 95 | CF | 0 | 26 | E | 6 | 142 | 4B | 4C |
| Octal | 360 | 225 | 317 | 0 | 46 | 16 | 6 | 502 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11001111 | 0 | 100110 | 1110 | 110 | 101000010 | 1001011 | 1001100 |
Color Harmonies of #F095CF
Complementary color
Monochromatic Colors of #F095CF
Black with #F095CF
Text Example
Text Example
White with #F095CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095CF; }
p { color: rgb(240,149,207); }
H1.HeaderClassName
{
color: #F095CF;
}
.AnyTagClassName
{
color: #F095CF;
}
</style>
background-color css
<style>
a { background-color: #F095CF; }
a { background-color: rgb(240,149,207); }
div.DivClassName
{
background-color: #F095CF;
}
.BgClassName
{
background-color: #F095CF;
}
</style>
border-color css
<style>
span { border-color: #F095CF; }
span { border-color: rgb(240,149,207); }
td.TdClassName
{
border-color: #F095CF;
}
.TagClassName
{
border-color: #F095CF;
}
</style>