Shades of Shocking #F095CA
Tints of Shocking #F095CA
RGB
CMYK
RGB Variations
Color information
#F095CA (or 0xF095CA) is known color: Shocking. HEX triplet: F0, 95 and CA. RGB value is (240,149,202). Sum of RGB (Red+Green+Blue) = 240+149+202=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F095CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095CA is #0F6A35. Grayscale: #B6B6B6. Windows color (decimal): -1010230 or 13276656. OLE color: 13276656.
HSL color Cylindrical-coordinate representation of color #F095CA: hue angle of 325.05º 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 #F095CA is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 202 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.06 |
| HSL | 325.05º | 0.75% | 0.76% | - |
| HSV(B) | 325.05º | 0.38% | 0.94% | - |
| XYZ | 57.34 | 44.28 | 61.4 | - |
| YUV | 182.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 202 | 0 | 0.38 | 0.16 | 0.06 | 325.05 | 0.75 | 0.76 |
| Hex | F0 | 95 | CA | 0 | 26 | 10 | 6 | 145 | 4B | 4C |
| Octal | 360 | 225 | 312 | 0 | 46 | 20 | 6 | 505 | 113 | 114 |
| Binary | 11110000 | 10010101 | 11001010 | 0 | 100110 | 10000 | 110 | 101000101 | 1001011 | 1001100 |
Color Harmonies of #F095CA
Complementary color
Monochromatic Colors of #F095CA
Black with #F095CA
Text Example
Text Example
White with #F095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095CA; }
p { color: rgb(240,149,202); }
H1.HeaderClassName
{
color: #F095CA;
}
.AnyTagClassName
{
color: #F095CA;
}
</style>
background-color css
<style>
a { background-color: #F095CA; }
a { background-color: rgb(240,149,202); }
div.DivClassName
{
background-color: #F095CA;
}
.BgClassName
{
background-color: #F095CA;
}
</style>
border-color css
<style>
span { border-color: #F095CA; }
span { border-color: rgb(240,149,202); }
td.TdClassName
{
border-color: #F095CA;
}
.TagClassName
{
border-color: #F095CA;
}
</style>