Shades of Shocking #FA95C0
Tints of Shocking #FA95C0
RGB
CMYK
RGB Variations
Color information
#FA95C0 (or 0xFA95C0) is known color: Shocking. HEX triplet: FA, 95 and C0. RGB value is (250,149,192). Sum of RGB (Red+Green+Blue) = 250+149+192=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA95C0 is #056A3F. Grayscale: #B8B8B8. Windows color (decimal): -354880 or 12621306. OLE color: 12621306.
HSL color Cylindrical-coordinate representation of color #FA95C0: hue angle of 334.46º 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 #FA95C0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 192 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.02 |
| HSL | 334.46º | 0.91% | 0.78% | - |
| HSV(B) | 334.46º | 0.4% | 0.98% | - |
| XYZ | 59.69 | 45.62 | 55.53 | - |
| YUV | 184.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 192 | 0 | 0.40 | 0.23 | 0.02 | 334.46 | 0.91 | 0.78 |
| Hex | FA | 95 | C0 | 0 | 28 | 17 | 2 | 14E | 5B | 4E |
| Octal | 372 | 225 | 300 | 0 | 50 | 27 | 2 | 516 | 133 | 116 |
| Binary | 11111010 | 10010101 | 11000000 | 0 | 101000 | 10111 | 10 | 101001110 | 1011011 | 1001110 |
Color Harmonies of #FA95C0
Complementary color
Monochromatic Colors of #FA95C0
Black with #FA95C0
Text Example
Text Example
White with #FA95C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95C0; }
p { color: rgb(250,149,192); }
H1.HeaderClassName
{
color: #FA95C0;
}
.AnyTagClassName
{
color: #FA95C0;
}
</style>
background-color css
<style>
a { background-color: #FA95C0; }
a { background-color: rgb(250,149,192); }
div.DivClassName
{
background-color: #FA95C0;
}
.BgClassName
{
background-color: #FA95C0;
}
</style>
border-color css
<style>
span { border-color: #FA95C0; }
span { border-color: rgb(250,149,192); }
td.TdClassName
{
border-color: #FA95C0;
}
.TagClassName
{
border-color: #FA95C0;
}
</style>