Shades of Shocking Pink #FA0ECA
Tints of Shocking Pink #FA0ECA
RGB
CMYK
RGB Variations
Color information
#FA0ECA (or 0xFA0ECA) is known color: Shocking Pink. HEX triplet: FA, 0E and CA. RGB value is (250,14,202). Sum of RGB (Red+Green+Blue) = 250+14+202=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ECA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ECA is #05F135. Grayscale: #696969. Windows color (decimal): -389430 or 13242106. OLE color: 13242106.
HSL color Cylindrical-coordinate representation of color #FA0ECA: hue angle of 312.2º 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 #FA0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.02 |
| HSL | 312.2º | 0.96% | 0.52% | - |
| HSV(B) | 312.2º | 0.94% | 0.98% | - |
| XYZ | 50.24 | 24.9 | 58.04 | - |
| YUV | 106 | 182.19 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 202 | 0 | 0.94 | 0.19 | 0.02 | 312.2 | 0.96 | 0.52 |
| Hex | FA | E | CA | 0 | 5E | 13 | 2 | 138 | 60 | 34 |
| Octal | 372 | 16 | 312 | 0 | 136 | 23 | 2 | 470 | 140 | 64 |
| Binary | 11111010 | 1110 | 11001010 | 0 | 1011110 | 10011 | 10 | 100111000 | 1100000 | 110100 |
Color Harmonies of #FA0ECA
Complementary color
Monochromatic Colors of #FA0ECA
Black with #FA0ECA
Text Example
Text Example
White with #FA0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ECA; }
p { color: rgb(250,14,202); }
H1.HeaderClassName
{
color: #FA0ECA;
}
.AnyTagClassName
{
color: #FA0ECA;
}
</style>
background-color css
<style>
a { background-color: #FA0ECA; }
a { background-color: rgb(250,14,202); }
div.DivClassName
{
background-color: #FA0ECA;
}
.BgClassName
{
background-color: #FA0ECA;
}
</style>
border-color css
<style>
span { border-color: #FA0ECA; }
span { border-color: rgb(250,14,202); }
td.TdClassName
{
border-color: #FA0ECA;
}
.TagClassName
{
border-color: #FA0ECA;
}
</style>