Shades of Shocking Pink #FF1DCD
Tints of Shocking Pink #FF1DCD
RGB
CMYK
RGB Variations
Color information
#FF1DCD (or 0xFF1DCD) is known color: Shocking Pink. HEX triplet: FF, 1D and CD. RGB value is (255,29,205). Sum of RGB (Red+Green+Blue) = 255+29+205=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DCD is #00E232. Grayscale: #747474. Windows color (decimal): -57907 or 13442559. OLE color: 13442559.
HSL color Cylindrical-coordinate representation of color #FF1DCD: hue angle of 313.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1DCD is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 205 | - |
| CMYK | 0 | 0.89 | 0.20 | 0 |
| HSL | 313.27º | 1% | 0.56% | - |
| HSV(B) | 313.27º | 0.89% | 1% | - |
| XYZ | 52.7 | 26.55 | 60.1 | - |
| YUV | 116.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 205 | 0 | 0.89 | 0.20 | 0 | 313.27 | 1 | 0.56 |
| Hex | FF | 1D | CD | 0 | 59 | 14 | 0 | 139 | 64 | 38 |
| Octal | 377 | 35 | 315 | 0 | 131 | 24 | 0 | 471 | 144 | 70 |
| Binary | 11111111 | 11101 | 11001101 | 0 | 1011001 | 10100 | 0 | 100111001 | 1100100 | 111000 |
Color Harmonies of #FF1DCD
Complementary color
Monochromatic Colors of #FF1DCD
Black with #FF1DCD
Text Example
Text Example
White with #FF1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DCD; }
p { color: rgb(255,29,205); }
H1.HeaderClassName
{
color: #FF1DCD;
}
.AnyTagClassName
{
color: #FF1DCD;
}
</style>
background-color css
<style>
a { background-color: #FF1DCD; }
a { background-color: rgb(255,29,205); }
div.DivClassName
{
background-color: #FF1DCD;
}
.BgClassName
{
background-color: #FF1DCD;
}
</style>
border-color css
<style>
span { border-color: #FF1DCD; }
span { border-color: rgb(255,29,205); }
td.TdClassName
{
border-color: #FF1DCD;
}
.TagClassName
{
border-color: #FF1DCD;
}
</style>