Shades of Shocking #FA96BC
Tints of Shocking #FA96BC
RGB
CMYK
RGB Variations
Color information
#FA96BC (or 0xFA96BC) is known color: Shocking. HEX triplet: FA, 96 and BC. RGB value is (250,150,188). Sum of RGB (Red+Green+Blue) = 250+150+188=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96BC is #056943. Grayscale: #B8B8B8. Windows color (decimal): -354628 or 12359418. OLE color: 12359418.
HSL color Cylindrical-coordinate representation of color #FA96BC: hue angle of 337.2º 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 #FA96BC is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 188 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.02 |
| HSL | 337.2º | 0.91% | 0.78% | - |
| HSV(B) | 337.2º | 0.4% | 0.98% | - |
| XYZ | 59.41 | 45.77 | 53.28 | - |
| YUV | 184.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 188 | 0 | 0.4 | 0.25 | 0.02 | 337.2 | 0.91 | 0.78 |
| Hex | FA | 96 | BC | 0 | 28 | 19 | 2 | 151 | 5B | 4E |
| Octal | 372 | 226 | 274 | 0 | 50 | 31 | 2 | 521 | 133 | 116 |
| Binary | 11111010 | 10010110 | 10111100 | 0 | 101000 | 11001 | 10 | 101010001 | 1011011 | 1001110 |
Color Harmonies of #FA96BC
Complementary color
Monochromatic Colors of #FA96BC
Black with #FA96BC
Text Example
Text Example
White with #FA96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA96BC; }
p { color: rgb(250,150,188); }
H1.HeaderClassName
{
color: #FA96BC;
}
.AnyTagClassName
{
color: #FA96BC;
}
</style>
background-color css
<style>
a { background-color: #FA96BC; }
a { background-color: rgb(250,150,188); }
div.DivClassName
{
background-color: #FA96BC;
}
.BgClassName
{
background-color: #FA96BC;
}
</style>
border-color css
<style>
span { border-color: #FA96BC; }
span { border-color: rgb(250,150,188); }
td.TdClassName
{
border-color: #FA96BC;
}
.TagClassName
{
border-color: #FA96BC;
}
</style>