Shades of Shocking Pink #FA1DCB
Tints of Shocking Pink #FA1DCB
RGB
CMYK
RGB Variations
Color information
#FA1DCB (or 0xFA1DCB) is known color: Shocking Pink. HEX triplet: FA, 1D and CB. RGB value is (250,29,203). Sum of RGB (Red+Green+Blue) = 250+29+203=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DCB is #05E234. Grayscale: #727272. Windows color (decimal): -385589 or 13311482. OLE color: 13311482.
HSL color Cylindrical-coordinate representation of color #FA1DCB: hue angle of 312.76º 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 #FA1DCB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 203 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 312.76º | 0.96% | 0.55% | - |
| HSV(B) | 312.76º | 0.88% | 0.98% | - |
| XYZ | 50.64 | 25.51 | 58.76 | - |
| YUV | 114.92 | 177.72 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 203 | 0 | 0.88 | 0.19 | 0.02 | 312.76 | 0.96 | 0.55 |
| Hex | FA | 1D | CB | 0 | 58 | 13 | 2 | 139 | 60 | 37 |
| Octal | 372 | 35 | 313 | 0 | 130 | 23 | 2 | 471 | 140 | 67 |
| Binary | 11111010 | 11101 | 11001011 | 0 | 1011000 | 10011 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FA1DCB
Complementary color
Monochromatic Colors of #FA1DCB
Black with #FA1DCB
Text Example
Text Example
White with #FA1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DCB; }
p { color: rgb(250,29,203); }
H1.HeaderClassName
{
color: #FA1DCB;
}
.AnyTagClassName
{
color: #FA1DCB;
}
</style>
background-color css
<style>
a { background-color: #FA1DCB; }
a { background-color: rgb(250,29,203); }
div.DivClassName
{
background-color: #FA1DCB;
}
.BgClassName
{
background-color: #FA1DCB;
}
</style>
border-color css
<style>
span { border-color: #FA1DCB; }
span { border-color: rgb(250,29,203); }
td.TdClassName
{
border-color: #FA1DCB;
}
.TagClassName
{
border-color: #FA1DCB;
}
</style>