Shades of Shocking Pink #FF1ABB
Tints of Shocking Pink #FF1ABB
RGB
CMYK
RGB Variations
Color information
#FF1ABB (or 0xFF1ABB) is known color: Shocking Pink. HEX triplet: FF, 1A and BB. RGB value is (255,26,187). Sum of RGB (Red+Green+Blue) = 255+26+187=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ABB is #00E544. Grayscale: #707070. Windows color (decimal): -58693 or 12262143. OLE color: 12262143.
HSL color Cylindrical-coordinate representation of color #FF1ABB: hue angle of 317.82º 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 #FF1ABB is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.27 | 0 |
| HSL | 317.82º | 1% | 0.55% | - |
| HSV(B) | 317.82º | 0.9% | 1% | - |
| XYZ | 50.58 | 25.59 | 49.29 | - |
| YUV | 112.83 | 169.87 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 187 | 0 | 0.90 | 0.27 | 0 | 317.82 | 1 | 0.55 |
| Hex | FF | 1A | BB | 0 | 5A | 1B | 0 | 13E | 64 | 37 |
| Octal | 377 | 32 | 273 | 0 | 132 | 33 | 0 | 476 | 144 | 67 |
| Binary | 11111111 | 11010 | 10111011 | 0 | 1011010 | 11011 | 0 | 100111110 | 1100100 | 110111 |
Color Harmonies of #FF1ABB
Complementary color
Monochromatic Colors of #FF1ABB
Black with #FF1ABB
Text Example
Text Example
White with #FF1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ABB; }
p { color: rgb(255,26,187); }
H1.HeaderClassName
{
color: #FF1ABB;
}
.AnyTagClassName
{
color: #FF1ABB;
}
</style>
background-color css
<style>
a { background-color: #FF1ABB; }
a { background-color: rgb(255,26,187); }
div.DivClassName
{
background-color: #FF1ABB;
}
.BgClassName
{
background-color: #FF1ABB;
}
</style>
border-color css
<style>
span { border-color: #FF1ABB; }
span { border-color: rgb(255,26,187); }
td.TdClassName
{
border-color: #FF1ABB;
}
.TagClassName
{
border-color: #FF1ABB;
}
</style>