Shades of Shocking Pink #FA1DCE
Tints of Shocking Pink #FA1DCE
RGB
CMYK
RGB Variations
Color information
#FA1DCE (or 0xFA1DCE) is known color: Shocking Pink. HEX triplet: FA, 1D and CE. RGB value is (250,29,206). Sum of RGB (Red+Green+Blue) = 250+29+206=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DCE is #05E231. Grayscale: #727272. Windows color (decimal): -385586 or 13508090. OLE color: 13508090.
HSL color Cylindrical-coordinate representation of color #FA1DCE: hue angle of 311.95º 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 #FA1DCE is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 206 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.02 |
| HSL | 311.95º | 0.96% | 0.55% | - |
| HSV(B) | 311.95º | 0.88% | 0.98% | - |
| XYZ | 51 | 25.66 | 60.66 | - |
| YUV | 115.26 | 179.22 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 206 | 0 | 0.88 | 0.18 | 0.02 | 311.95 | 0.96 | 0.55 |
| Hex | FA | 1D | CE | 0 | 58 | 12 | 2 | 138 | 60 | 37 |
| Octal | 372 | 35 | 316 | 0 | 130 | 22 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 11101 | 11001110 | 0 | 1011000 | 10010 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA1DCE
Complementary color
Monochromatic Colors of #FA1DCE
Black with #FA1DCE
Text Example
Text Example
White with #FA1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DCE; }
p { color: rgb(250,29,206); }
H1.HeaderClassName
{
color: #FA1DCE;
}
.AnyTagClassName
{
color: #FA1DCE;
}
</style>
background-color css
<style>
a { background-color: #FA1DCE; }
a { background-color: rgb(250,29,206); }
div.DivClassName
{
background-color: #FA1DCE;
}
.BgClassName
{
background-color: #FA1DCE;
}
</style>
border-color css
<style>
span { border-color: #FA1DCE; }
span { border-color: rgb(250,29,206); }
td.TdClassName
{
border-color: #FA1DCE;
}
.TagClassName
{
border-color: #FA1DCE;
}
</style>