Shades of Shocking Pink #FF1AD9
Tints of Shocking Pink #FF1AD9
RGB
CMYK
RGB Variations
Color information
#FF1AD9 (or 0xFF1AD9) is known color: Shocking Pink. HEX triplet: FF, 1A and D9. RGB value is (255,26,217). Sum of RGB (Red+Green+Blue) = 255+26+217=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1AD9 is #00E526. Grayscale: #737373. Windows color (decimal): -58663 or 14228223. OLE color: 14228223.
HSL color Cylindrical-coordinate representation of color #FF1AD9: hue angle of 309.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AD9 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 217 | - |
| CMYK | 0 | 0.90 | 0.15 | 0 |
| HSL | 309.96º | 1% | 0.55% | - |
| HSV(B) | 309.96º | 0.9% | 1% | - |
| XYZ | 54.13 | 27.01 | 68.01 | - |
| YUV | 116.25 | 184.87 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 217 | 0 | 0.90 | 0.15 | 0 | 309.96 | 1 | 0.55 |
| Hex | FF | 1A | D9 | 0 | 5A | F | 0 | 136 | 64 | 37 |
| Octal | 377 | 32 | 331 | 0 | 132 | 17 | 0 | 466 | 144 | 67 |
| Binary | 11111111 | 11010 | 11011001 | 0 | 1011010 | 1111 | 0 | 100110110 | 1100100 | 110111 |
Color Harmonies of #FF1AD9
Complementary color
Monochromatic Colors of #FF1AD9
Black with #FF1AD9
Text Example
Text Example
White with #FF1AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AD9; }
p { color: rgb(255,26,217); }
H1.HeaderClassName
{
color: #FF1AD9;
}
.AnyTagClassName
{
color: #FF1AD9;
}
</style>
background-color css
<style>
a { background-color: #FF1AD9; }
a { background-color: rgb(255,26,217); }
div.DivClassName
{
background-color: #FF1AD9;
}
.BgClassName
{
background-color: #FF1AD9;
}
</style>
border-color css
<style>
span { border-color: #FF1AD9; }
span { border-color: rgb(255,26,217); }
td.TdClassName
{
border-color: #FF1AD9;
}
.TagClassName
{
border-color: #FF1AD9;
}
</style>