Shades of Shocking Pink #FA1EC4
Tints of Shocking Pink #FA1EC4
RGB
CMYK
RGB Variations
Color information
#FA1EC4 (or 0xFA1EC4) is known color: Shocking Pink. HEX triplet: FA, 1E and C4. RGB value is (250,30,196). Sum of RGB (Red+Green+Blue) = 250+30+196=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EC4 is #05E13B. Grayscale: #727272. Windows color (decimal): -385340 or 12852986. OLE color: 12852986.
HSL color Cylindrical-coordinate representation of color #FA1EC4: hue angle of 314.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EC4 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 196 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.02 |
| HSL | 314.73º | 0.96% | 0.55% | - |
| HSV(B) | 314.73º | 0.88% | 0.98% | - |
| XYZ | 49.85 | 25.24 | 54.47 | - |
| YUV | 114.7 | 173.89 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 196 | 0 | 0.88 | 0.22 | 0.02 | 314.73 | 0.96 | 0.55 |
| Hex | FA | 1E | C4 | 0 | 58 | 16 | 2 | 13B | 60 | 37 |
| Octal | 372 | 36 | 304 | 0 | 130 | 26 | 2 | 473 | 140 | 67 |
| Binary | 11111010 | 11110 | 11000100 | 0 | 1011000 | 10110 | 10 | 100111011 | 1100000 | 110111 |
Color Harmonies of #FA1EC4
Complementary color
Monochromatic Colors of #FA1EC4
Black with #FA1EC4
Text Example
Text Example
White with #FA1EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EC4; }
p { color: rgb(250,30,196); }
H1.HeaderClassName
{
color: #FA1EC4;
}
.AnyTagClassName
{
color: #FA1EC4;
}
</style>
background-color css
<style>
a { background-color: #FA1EC4; }
a { background-color: rgb(250,30,196); }
div.DivClassName
{
background-color: #FA1EC4;
}
.BgClassName
{
background-color: #FA1EC4;
}
</style>
border-color css
<style>
span { border-color: #FA1EC4; }
span { border-color: rgb(250,30,196); }
td.TdClassName
{
border-color: #FA1EC4;
}
.TagClassName
{
border-color: #FA1EC4;
}
</style>