Shades of Shocking Pink #FF1DC1
Tints of Shocking Pink #FF1DC1
RGB
CMYK
RGB Variations
Color information
#FF1DC1 (or 0xFF1DC1) is known color: Shocking Pink. HEX triplet: FF, 1D and C1. RGB value is (255,29,193). Sum of RGB (Red+Green+Blue) = 255+29+193=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DC1 is #00E23E. Grayscale: #727272. Windows color (decimal): -57919 or 12656127. OLE color: 12656127.
HSL color Cylindrical-coordinate representation of color #FF1DC1: hue angle of 316.46º 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 #FF1DC1 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 193 | - |
| CMYK | 0 | 0.89 | 0.24 | 0 |
| HSL | 316.46º | 1% | 0.56% | - |
| HSV(B) | 316.46º | 0.89% | 1% | - |
| XYZ | 51.31 | 25.99 | 52.76 | - |
| YUV | 115.27 | 171.87 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 193 | 0 | 0.89 | 0.24 | 0 | 316.46 | 1 | 0.56 |
| Hex | FF | 1D | C1 | 0 | 59 | 18 | 0 | 13C | 64 | 38 |
| Octal | 377 | 35 | 301 | 0 | 131 | 30 | 0 | 474 | 144 | 70 |
| Binary | 11111111 | 11101 | 11000001 | 0 | 1011001 | 11000 | 0 | 100111100 | 1100100 | 111000 |
Color Harmonies of #FF1DC1
Complementary color
Monochromatic Colors of #FF1DC1
Black with #FF1DC1
Text Example
Text Example
White with #FF1DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1DC1; }
p { color: rgb(255,29,193); }
H1.HeaderClassName
{
color: #FF1DC1;
}
.AnyTagClassName
{
color: #FF1DC1;
}
</style>
background-color css
<style>
a { background-color: #FF1DC1; }
a { background-color: rgb(255,29,193); }
div.DivClassName
{
background-color: #FF1DC1;
}
.BgClassName
{
background-color: #FF1DC1;
}
</style>
border-color css
<style>
span { border-color: #FF1DC1; }
span { border-color: rgb(255,29,193); }
td.TdClassName
{
border-color: #FF1DC1;
}
.TagClassName
{
border-color: #FF1DC1;
}
</style>