Shades of Shocking #FA94BC
Tints of Shocking #FA94BC
RGB
CMYK
RGB Variations
Color information
#FA94BC (or 0xFA94BC) is known color: Shocking. HEX triplet: FA, 94 and BC. RGB value is (250,148,188). Sum of RGB (Red+Green+Blue) = 250+148+188=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94BC is #056B43. Grayscale: #B7B7B7. Windows color (decimal): -355140 or 12358906. OLE color: 12358906.
HSL color Cylindrical-coordinate representation of color #FA94BC: hue angle of 336.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA94BC is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 188 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.02 |
| HSL | 336.47º | 0.91% | 0.78% | - |
| HSV(B) | 336.47º | 0.41% | 0.98% | - |
| XYZ | 59.09 | 45.13 | 53.17 | - |
| YUV | 183.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 188 | 0 | 0.41 | 0.25 | 0.02 | 336.47 | 0.91 | 0.78 |
| Hex | FA | 94 | BC | 0 | 29 | 19 | 2 | 150 | 5B | 4E |
| Octal | 372 | 224 | 274 | 0 | 51 | 31 | 2 | 520 | 133 | 116 |
| Binary | 11111010 | 10010100 | 10111100 | 0 | 101001 | 11001 | 10 | 101010000 | 1011011 | 1001110 |
Color Harmonies of #FA94BC
Complementary color
Monochromatic Colors of #FA94BC
Black with #FA94BC
Text Example
Text Example
White with #FA94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA94BC; }
p { color: rgb(250,148,188); }
H1.HeaderClassName
{
color: #FA94BC;
}
.AnyTagClassName
{
color: #FA94BC;
}
</style>
background-color css
<style>
a { background-color: #FA94BC; }
a { background-color: rgb(250,148,188); }
div.DivClassName
{
background-color: #FA94BC;
}
.BgClassName
{
background-color: #FA94BC;
}
</style>
border-color css
<style>
span { border-color: #FA94BC; }
span { border-color: rgb(250,148,188); }
td.TdClassName
{
border-color: #FA94BC;
}
.TagClassName
{
border-color: #FA94BC;
}
</style>