Shades of Shocking #F995C5
Tints of Shocking #F995C5
RGB
CMYK
RGB Variations
Color information
#F995C5 (or 0xF995C5) is known color: Shocking. HEX triplet: F9, 95 and C5. RGB value is (249,149,197). Sum of RGB (Red+Green+Blue) = 249+149+197=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F995C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995C5 is #066A3A. Grayscale: #B8B8B8. Windows color (decimal): -420411 or 12948985. OLE color: 12948985.
HSL color Cylindrical-coordinate representation of color #F995C5: hue angle of 331.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995C5 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 197 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.02 |
| HSL | 331.2º | 0.89% | 0.78% | - |
| HSV(B) | 331.2º | 0.4% | 0.98% | - |
| XYZ | 59.89 | 45.67 | 58.48 | - |
| YUV | 184.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 197 | 0 | 0.40 | 0.21 | 0.02 | 331.2 | 0.89 | 0.78 |
| Hex | F9 | 95 | C5 | 0 | 28 | 15 | 2 | 14B | 59 | 4E |
| Octal | 371 | 225 | 305 | 0 | 50 | 25 | 2 | 513 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11000101 | 0 | 101000 | 10101 | 10 | 101001011 | 1011001 | 1001110 |
Color Harmonies of #F995C5
Complementary color
Monochromatic Colors of #F995C5
Black with #F995C5
Text Example
Text Example
White with #F995C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995C5; }
p { color: rgb(249,149,197); }
H1.HeaderClassName
{
color: #F995C5;
}
.AnyTagClassName
{
color: #F995C5;
}
</style>
background-color css
<style>
a { background-color: #F995C5; }
a { background-color: rgb(249,149,197); }
div.DivClassName
{
background-color: #F995C5;
}
.BgClassName
{
background-color: #F995C5;
}
</style>
border-color css
<style>
span { border-color: #F995C5; }
span { border-color: rgb(249,149,197); }
td.TdClassName
{
border-color: #F995C5;
}
.TagClassName
{
border-color: #F995C5;
}
</style>