Shades of Shocking Pink #FA1DC0
Tints of Shocking Pink #FA1DC0
RGB
CMYK
RGB Variations
Color information
#FA1DC0 (or 0xFA1DC0) is known color: Shocking Pink. HEX triplet: FA, 1D and C0. RGB value is (250,29,192). Sum of RGB (Red+Green+Blue) = 250+29+192=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DC0 is #05E23F. Grayscale: #717171. Windows color (decimal): -385600 or 12590586. OLE color: 12590586.
HSL color Cylindrical-coordinate representation of color #FA1DC0: hue angle of 315.75º 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 #FA1DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.02 |
| HSL | 315.75º | 0.96% | 0.55% | - |
| HSV(B) | 315.75º | 0.88% | 0.98% | - |
| XYZ | 49.38 | 25.01 | 52.09 | - |
| YUV | 113.66 | 172.22 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 192 | 0 | 0.88 | 0.23 | 0.02 | 315.75 | 0.96 | 0.55 |
| Hex | FA | 1D | C0 | 0 | 58 | 17 | 2 | 13C | 60 | 37 |
| Octal | 372 | 35 | 300 | 0 | 130 | 27 | 2 | 474 | 140 | 67 |
| Binary | 11111010 | 11101 | 11000000 | 0 | 1011000 | 10111 | 10 | 100111100 | 1100000 | 110111 |
Color Harmonies of #FA1DC0
Complementary color
Monochromatic Colors of #FA1DC0
Black with #FA1DC0
Text Example
Text Example
White with #FA1DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DC0; }
p { color: rgb(250,29,192); }
H1.HeaderClassName
{
color: #FA1DC0;
}
.AnyTagClassName
{
color: #FA1DC0;
}
</style>
background-color css
<style>
a { background-color: #FA1DC0; }
a { background-color: rgb(250,29,192); }
div.DivClassName
{
background-color: #FA1DC0;
}
.BgClassName
{
background-color: #FA1DC0;
}
</style>
border-color css
<style>
span { border-color: #FA1DC0; }
span { border-color: rgb(250,29,192); }
td.TdClassName
{
border-color: #FA1DC0;
}
.TagClassName
{
border-color: #FA1DC0;
}
</style>