Shades of Shocking Pink #FF1ABD
Tints of Shocking Pink #FF1ABD
RGB
CMYK
RGB Variations
Color information
#FF1ABD (or 0xFF1ABD) is known color: Shocking Pink. HEX triplet: FF, 1A and BD. RGB value is (255,26,189). Sum of RGB (Red+Green+Blue) = 255+26+189=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ABD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ABD is #00E542. Grayscale: #707070. Windows color (decimal): -58691 or 12393215. OLE color: 12393215.
HSL color Cylindrical-coordinate representation of color #FF1ABD: hue angle of 317.29º 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 #FF1ABD is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 189 | - |
| CMYK | 0 | 0.90 | 0.26 | 0 |
| HSL | 317.29º | 1% | 0.55% | - |
| HSV(B) | 317.29º | 0.9% | 1% | - |
| XYZ | 50.79 | 25.67 | 50.42 | - |
| YUV | 113.05 | 170.87 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 189 | 0 | 0.90 | 0.26 | 0 | 317.29 | 1 | 0.55 |
| Hex | FF | 1A | BD | 0 | 5A | 1A | 0 | 13D | 64 | 37 |
| Octal | 377 | 32 | 275 | 0 | 132 | 32 | 0 | 475 | 144 | 67 |
| Binary | 11111111 | 11010 | 10111101 | 0 | 1011010 | 11010 | 0 | 100111101 | 1100100 | 110111 |
Color Harmonies of #FF1ABD
Complementary color
Monochromatic Colors of #FF1ABD
Black with #FF1ABD
Text Example
Text Example
White with #FF1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ABD; }
p { color: rgb(255,26,189); }
H1.HeaderClassName
{
color: #FF1ABD;
}
.AnyTagClassName
{
color: #FF1ABD;
}
</style>
background-color css
<style>
a { background-color: #FF1ABD; }
a { background-color: rgb(255,26,189); }
div.DivClassName
{
background-color: #FF1ABD;
}
.BgClassName
{
background-color: #FF1ABD;
}
</style>
border-color css
<style>
span { border-color: #FF1ABD; }
span { border-color: rgb(255,26,189); }
td.TdClassName
{
border-color: #FF1ABD;
}
.TagClassName
{
border-color: #FF1ABD;
}
</style>