Shades of Shocking #FA96C0
Tints of Shocking #FA96C0
RGB
CMYK
RGB Variations
Color information
#FA96C0 (or 0xFA96C0) is known color: Shocking. HEX triplet: FA, 96 and C0. RGB value is (250,150,192). Sum of RGB (Red+Green+Blue) = 250+150+192=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96C0 is #05693F. Grayscale: #B8B8B8. Windows color (decimal): -354624 or 12621562. OLE color: 12621562.
HSL color Cylindrical-coordinate representation of color #FA96C0: hue angle of 334.8º degrees, saturation: 0.91, 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 #FA96C0 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 192 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.02 |
| HSL | 334.8º | 0.91% | 0.78% | - |
| HSV(B) | 334.8º | 0.4% | 0.98% | - |
| XYZ | 59.85 | 45.94 | 55.58 | - |
| YUV | 184.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 192 | 0 | 0.4 | 0.23 | 0.02 | 334.8 | 0.91 | 0.78 |
| Hex | FA | 96 | C0 | 0 | 28 | 17 | 2 | 14F | 5B | 4E |
| Octal | 372 | 226 | 300 | 0 | 50 | 27 | 2 | 517 | 133 | 116 |
| Binary | 11111010 | 10010110 | 11000000 | 0 | 101000 | 10111 | 10 | 101001111 | 1011011 | 1001110 |
Color Harmonies of #FA96C0
Complementary color
Monochromatic Colors of #FA96C0
Black with #FA96C0
Text Example
Text Example
White with #FA96C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96C0; }
p { color: rgb(250,150,192); }
H1.HeaderClassName
{
color: #FA96C0;
}
.AnyTagClassName
{
color: #FA96C0;
}
</style>
background-color css
<style>
a { background-color: #FA96C0; }
a { background-color: rgb(250,150,192); }
div.DivClassName
{
background-color: #FA96C0;
}
.BgClassName
{
background-color: #FA96C0;
}
</style>
border-color css
<style>
span { border-color: #FA96C0; }
span { border-color: rgb(250,150,192); }
td.TdClassName
{
border-color: #FA96C0;
}
.TagClassName
{
border-color: #FA96C0;
}
</style>