Shades of Deep Pink #FF1A8A
Tints of Deep Pink #FF1A8A
RGB
CMYK
RGB Variations
Color information
#FF1A8A (or 0xFF1A8A) is known color: Deep Pink. HEX triplet: FF, 1A and 8A. RGB value is (255,26,138). Sum of RGB (Red+Green+Blue) = 255+26+138=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1A8A is #00E575. Grayscale: #6B6B6B. Windows color (decimal): -58742 or 9050879. OLE color: 9050879.
HSL color Cylindrical-coordinate representation of color #FF1A8A: hue angle of 330.66º 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 #FF1A8A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 138 | - |
| CMYK | 0 | 0.90 | 0.46 | 0 |
| HSL | 330.66º | 1% | 0.55% | - |
| HSV(B) | 330.66º | 0.9% | 1% | - |
| XYZ | 46.2 | 23.83 | 26.21 | - |
| YUV | 107.24 | 145.37 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 138 | 0 | 0.90 | 0.46 | 0 | 330.66 | 1 | 0.55 |
| Hex | FF | 1A | 8A | 0 | 5A | 2E | 0 | 14B | 64 | 37 |
| Octal | 377 | 32 | 212 | 0 | 132 | 56 | 0 | 513 | 144 | 67 |
| Binary | 11111111 | 11010 | 10001010 | 0 | 1011010 | 101110 | 0 | 101001011 | 1100100 | 110111 |
Color Harmonies of #FF1A8A
Complementary color
Monochromatic Colors of #FF1A8A
Black with #FF1A8A
Text Example
Text Example
White with #FF1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A8A; }
p { color: rgb(255,26,138); }
H1.HeaderClassName
{
color: #FF1A8A;
}
.AnyTagClassName
{
color: #FF1A8A;
}
</style>
background-color css
<style>
a { background-color: #FF1A8A; }
a { background-color: rgb(255,26,138); }
div.DivClassName
{
background-color: #FF1A8A;
}
.BgClassName
{
background-color: #FF1A8A;
}
</style>
border-color css
<style>
span { border-color: #FF1A8A; }
span { border-color: rgb(255,26,138); }
td.TdClassName
{
border-color: #FF1A8A;
}
.TagClassName
{
border-color: #FF1A8A;
}
</style>