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