Shades of Shocking Pink #FA1BCD
Tints of Shocking Pink #FA1BCD
RGB
CMYK
RGB Variations
Color information
#FA1BCD (or 0xFA1BCD) is known color: Shocking Pink. HEX triplet: FA, 1B and CD. RGB value is (250,27,205). Sum of RGB (Red+Green+Blue) = 250+27+205=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1BCD is #05E432. Grayscale: #717171. Windows color (decimal): -386099 or 13442042. OLE color: 13442042.
HSL color Cylindrical-coordinate representation of color #FA1BCD: hue angle of 312.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BCD is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.02 |
| HSL | 312.11º | 0.96% | 0.54% | - |
| HSV(B) | 312.11º | 0.89% | 0.98% | - |
| XYZ | 50.84 | 25.52 | 60 | - |
| YUV | 113.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 205 | 0 | 0.89 | 0.18 | 0.02 | 312.11 | 0.96 | 0.54 |
| Hex | FA | 1B | CD | 0 | 59 | 12 | 2 | 138 | 60 | 36 |
| Octal | 372 | 33 | 315 | 0 | 131 | 22 | 2 | 470 | 140 | 66 |
| Binary | 11111010 | 11011 | 11001101 | 0 | 1011001 | 10010 | 10 | 100111000 | 1100000 | 110110 |
Color Harmonies of #FA1BCD
Complementary color
Monochromatic Colors of #FA1BCD
Black with #FA1BCD
Text Example
Text Example
White with #FA1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BCD; }
p { color: rgb(250,27,205); }
H1.HeaderClassName
{
color: #FA1BCD;
}
.AnyTagClassName
{
color: #FA1BCD;
}
</style>
background-color css
<style>
a { background-color: #FA1BCD; }
a { background-color: rgb(250,27,205); }
div.DivClassName
{
background-color: #FA1BCD;
}
.BgClassName
{
background-color: #FA1BCD;
}
</style>
border-color css
<style>
span { border-color: #FA1BCD; }
span { border-color: rgb(250,27,205); }
td.TdClassName
{
border-color: #FA1BCD;
}
.TagClassName
{
border-color: #FA1BCD;
}
</style>