Shades of Shocking Pink #FA0EBC
Tints of Shocking Pink #FA0EBC
RGB
CMYK
RGB Variations
Color information
#FA0EBC (or 0xFA0EBC) is known color: Shocking Pink. HEX triplet: FA, 0E and BC. RGB value is (250,14,188). Sum of RGB (Red+Green+Blue) = 250+14+188=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EBC is #05F143. Grayscale: #676767. Windows color (decimal): -389444 or 12324602. OLE color: 12324602.
HSL color Cylindrical-coordinate representation of color #FA0EBC: hue angle of 315.76º 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 #FA0EBC is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.02 |
| HSL | 315.76º | 0.96% | 0.52% | - |
| HSV(B) | 315.76º | 0.94% | 0.98% | - |
| XYZ | 48.66 | 24.27 | 49.7 | - |
| YUV | 104.4 | 175.19 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 188 | 0 | 0.94 | 0.25 | 0.02 | 315.76 | 0.96 | 0.52 |
| Hex | FA | E | BC | 0 | 5E | 19 | 2 | 13C | 60 | 34 |
| Octal | 372 | 16 | 274 | 0 | 136 | 31 | 2 | 474 | 140 | 64 |
| Binary | 11111010 | 1110 | 10111100 | 0 | 1011110 | 11001 | 10 | 100111100 | 1100000 | 110100 |
Color Harmonies of #FA0EBC
Complementary color
Monochromatic Colors of #FA0EBC
Black with #FA0EBC
Text Example
Text Example
White with #FA0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EBC; }
p { color: rgb(250,14,188); }
H1.HeaderClassName
{
color: #FA0EBC;
}
.AnyTagClassName
{
color: #FA0EBC;
}
</style>
background-color css
<style>
a { background-color: #FA0EBC; }
a { background-color: rgb(250,14,188); }
div.DivClassName
{
background-color: #FA0EBC;
}
.BgClassName
{
background-color: #FA0EBC;
}
</style>
border-color css
<style>
span { border-color: #FA0EBC; }
span { border-color: rgb(250,14,188); }
td.TdClassName
{
border-color: #FA0EBC;
}
.TagClassName
{
border-color: #FA0EBC;
}
</style>