Shades of Shocking Pink #FA0EC5
Tints of Shocking Pink #FA0EC5
RGB
CMYK
RGB Variations
Color information
#FA0EC5 (or 0xFA0EC5) is known color: Shocking Pink. HEX triplet: FA, 0E and C5. RGB value is (250,14,197). Sum of RGB (Red+Green+Blue) = 250+14+197=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EC5 is #05F13A. Grayscale: #686868. Windows color (decimal): -389435 or 12914426. OLE color: 12914426.
HSL color Cylindrical-coordinate representation of color #FA0EC5: hue angle of 313.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EC5 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 197 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.02 |
| HSL | 313.47º | 0.96% | 0.52% | - |
| HSV(B) | 313.47º | 0.94% | 0.98% | - |
| XYZ | 49.66 | 24.67 | 54.97 | - |
| YUV | 105.43 | 179.69 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 197 | 0 | 0.94 | 0.21 | 0.02 | 313.47 | 0.96 | 0.52 |
| Hex | FA | E | C5 | 0 | 5E | 15 | 2 | 139 | 60 | 34 |
| Octal | 372 | 16 | 305 | 0 | 136 | 25 | 2 | 471 | 140 | 64 |
| Binary | 11111010 | 1110 | 11000101 | 0 | 1011110 | 10101 | 10 | 100111001 | 1100000 | 110100 |
Color Harmonies of #FA0EC5
Complementary color
Monochromatic Colors of #FA0EC5
Black with #FA0EC5
Text Example
Text Example
White with #FA0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EC5; }
p { color: rgb(250,14,197); }
H1.HeaderClassName
{
color: #FA0EC5;
}
.AnyTagClassName
{
color: #FA0EC5;
}
</style>
background-color css
<style>
a { background-color: #FA0EC5; }
a { background-color: rgb(250,14,197); }
div.DivClassName
{
background-color: #FA0EC5;
}
.BgClassName
{
background-color: #FA0EC5;
}
</style>
border-color css
<style>
span { border-color: #FA0EC5; }
span { border-color: rgb(250,14,197); }
td.TdClassName
{
border-color: #FA0EC5;
}
.TagClassName
{
border-color: #FA0EC5;
}
</style>