Shades of Shocking Pink #FA1DC5
Tints of Shocking Pink #FA1DC5
RGB
CMYK
RGB Variations
Color information
#FA1DC5 (or 0xFA1DC5) is known color: Shocking Pink. HEX triplet: FA, 1D and C5. RGB value is (250,29,197). Sum of RGB (Red+Green+Blue) = 250+29+197=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DC5 is #05E23A. Grayscale: #717171. Windows color (decimal): -385595 or 12918266. OLE color: 12918266.
HSL color Cylindrical-coordinate representation of color #FA1DC5: hue angle of 314.39º 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 #FA1DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 197 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.02 |
| HSL | 314.39º | 0.96% | 0.55% | - |
| HSV(B) | 314.39º | 0.88% | 0.98% | - |
| XYZ | 49.94 | 25.23 | 55.06 | - |
| YUV | 114.23 | 174.72 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 197 | 0 | 0.88 | 0.21 | 0.02 | 314.39 | 0.96 | 0.55 |
| Hex | FA | 1D | C5 | 0 | 58 | 15 | 2 | 13A | 60 | 37 |
| Octal | 372 | 35 | 305 | 0 | 130 | 25 | 2 | 472 | 140 | 67 |
| Binary | 11111010 | 11101 | 11000101 | 0 | 1011000 | 10101 | 10 | 100111010 | 1100000 | 110111 |
Color Harmonies of #FA1DC5
Complementary color
Monochromatic Colors of #FA1DC5
Black with #FA1DC5
Text Example
Text Example
White with #FA1DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DC5; }
p { color: rgb(250,29,197); }
H1.HeaderClassName
{
color: #FA1DC5;
}
.AnyTagClassName
{
color: #FA1DC5;
}
</style>
background-color css
<style>
a { background-color: #FA1DC5; }
a { background-color: rgb(250,29,197); }
div.DivClassName
{
background-color: #FA1DC5;
}
.BgClassName
{
background-color: #FA1DC5;
}
</style>
border-color css
<style>
span { border-color: #FA1DC5; }
span { border-color: rgb(250,29,197); }
td.TdClassName
{
border-color: #FA1DC5;
}
.TagClassName
{
border-color: #FA1DC5;
}
</style>