Shades of Shocking #F995C4
Tints of Shocking #F995C4
RGB
CMYK
RGB Variations
Color information
#F995C4 (or 0xF995C4) is known color: Shocking. HEX triplet: F9, 95 and C4. RGB value is (249,149,196). Sum of RGB (Red+Green+Blue) = 249+149+196=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F995C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995C4 is #066A3B. Grayscale: #B8B8B8. Windows color (decimal): -420412 or 12883449. OLE color: 12883449.
HSL color Cylindrical-coordinate representation of color #F995C4: hue angle of 331.8º 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 #F995C4 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 196 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.02 |
| HSL | 331.8º | 0.89% | 0.78% | - |
| HSV(B) | 331.8º | 0.4% | 0.98% | - |
| XYZ | 59.78 | 45.62 | 57.88 | - |
| YUV | 184.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 196 | 0 | 0.40 | 0.21 | 0.02 | 331.8 | 0.89 | 0.78 |
| Hex | F9 | 95 | C4 | 0 | 28 | 15 | 2 | 14C | 59 | 4E |
| Octal | 371 | 225 | 304 | 0 | 50 | 25 | 2 | 514 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11000100 | 0 | 101000 | 10101 | 10 | 101001100 | 1011001 | 1001110 |
Color Harmonies of #F995C4
Complementary color
Monochromatic Colors of #F995C4
Black with #F995C4
Text Example
Text Example
White with #F995C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995C4; }
p { color: rgb(249,149,196); }
H1.HeaderClassName
{
color: #F995C4;
}
.AnyTagClassName
{
color: #F995C4;
}
</style>
background-color css
<style>
a { background-color: #F995C4; }
a { background-color: rgb(249,149,196); }
div.DivClassName
{
background-color: #F995C4;
}
.BgClassName
{
background-color: #F995C4;
}
</style>
border-color css
<style>
span { border-color: #F995C4; }
span { border-color: rgb(249,149,196); }
td.TdClassName
{
border-color: #F995C4;
}
.TagClassName
{
border-color: #F995C4;
}
</style>