Shades of Shocking Pink #FA0EB8
Tints of Shocking Pink #FA0EB8
RGB
CMYK
RGB Variations
Color information
#FA0EB8 (or 0xFA0EB8) is known color: Shocking Pink. HEX triplet: FA, 0E and B8. RGB value is (250,14,184). Sum of RGB (Red+Green+Blue) = 250+14+184=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EB8 is #05F147. Grayscale: #676767. Windows color (decimal): -389448 or 12062458. OLE color: 12062458.
HSL color Cylindrical-coordinate representation of color #FA0EB8: hue angle of 316.78º 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 #FA0EB8 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 184 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.02 |
| HSL | 316.78º | 0.96% | 0.52% | - |
| HSV(B) | 316.78º | 0.94% | 0.98% | - |
| XYZ | 48.23 | 24.1 | 47.46 | - |
| YUV | 103.94 | 173.19 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 184 | 0 | 0.94 | 0.26 | 0.02 | 316.78 | 0.96 | 0.52 |
| Hex | FA | E | B8 | 0 | 5E | 1A | 2 | 13D | 60 | 34 |
| Octal | 372 | 16 | 270 | 0 | 136 | 32 | 2 | 475 | 140 | 64 |
| Binary | 11111010 | 1110 | 10111000 | 0 | 1011110 | 11010 | 10 | 100111101 | 1100000 | 110100 |
Color Harmonies of #FA0EB8
Complementary color
Monochromatic Colors of #FA0EB8
Black with #FA0EB8
Text Example
Text Example
White with #FA0EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EB8; }
p { color: rgb(250,14,184); }
H1.HeaderClassName
{
color: #FA0EB8;
}
.AnyTagClassName
{
color: #FA0EB8;
}
</style>
background-color css
<style>
a { background-color: #FA0EB8; }
a { background-color: rgb(250,14,184); }
div.DivClassName
{
background-color: #FA0EB8;
}
.BgClassName
{
background-color: #FA0EB8;
}
</style>
border-color css
<style>
span { border-color: #FA0EB8; }
span { border-color: rgb(250,14,184); }
td.TdClassName
{
border-color: #FA0EB8;
}
.TagClassName
{
border-color: #FA0EB8;
}
</style>