Shades of Shocking Pink #FA1ECE
Tints of Shocking Pink #FA1ECE
RGB
CMYK
RGB Variations
Color information
#FA1ECE (or 0xFA1ECE) is known color: Shocking Pink. HEX triplet: FA, 1E and CE. RGB value is (250,30,206). Sum of RGB (Red+Green+Blue) = 250+30+206=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ECE is #05E131. Grayscale: #737373. Windows color (decimal): -385330 or 13508346. OLE color: 13508346.
HSL color Cylindrical-coordinate representation of color #FA1ECE: hue angle of 312º 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 #FA1ECE is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 206 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 312º | 0.96% | 0.55% | - |
| HSV(B) | 312º | 0.88% | 0.98% | - |
| XYZ | 51.03 | 25.71 | 60.67 | - |
| YUV | 115.84 | 178.89 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 206 | 0 | 0.88 | 0.18 | 0.02 | 312 | 0.96 | 0.55 |
| Hex | FA | 1E | CE | 0 | 58 | 12 | 2 | 138 | 60 | 37 |
| Octal | 372 | 36 | 316 | 0 | 130 | 22 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 11110 | 11001110 | 0 | 1011000 | 10010 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA1ECE
Complementary color
Monochromatic Colors of #FA1ECE
Black with #FA1ECE
Text Example
Text Example
White with #FA1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ECE; }
p { color: rgb(250,30,206); }
H1.HeaderClassName
{
color: #FA1ECE;
}
.AnyTagClassName
{
color: #FA1ECE;
}
</style>
background-color css
<style>
a { background-color: #FA1ECE; }
a { background-color: rgb(250,30,206); }
div.DivClassName
{
background-color: #FA1ECE;
}
.BgClassName
{
background-color: #FA1ECE;
}
</style>
border-color css
<style>
span { border-color: #FA1ECE; }
span { border-color: rgb(250,30,206); }
td.TdClassName
{
border-color: #FA1ECE;
}
.TagClassName
{
border-color: #FA1ECE;
}
</style>