Shades of Deep Pink #FF1A9A
Tints of Deep Pink #FF1A9A
RGB
CMYK
RGB Variations
Color information
#FF1A9A (or 0xFF1A9A) is known color: Deep Pink. HEX triplet: FF, 1A and 9A. RGB value is (255,26,154). Sum of RGB (Red+Green+Blue) = 255+26+154=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1A9A is #00E565. Grayscale: #6C6C6C. Windows color (decimal): -58726 or 10099455. OLE color: 10099455.
HSL color Cylindrical-coordinate representation of color #FF1A9A: hue angle of 326.46º 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 #FF1A9A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 154 | - |
| CMYK | 0 | 0.90 | 0.40 | 0 |
| HSL | 326.46º | 1% | 0.55% | - |
| HSV(B) | 326.46º | 0.9% | 1% | - |
| XYZ | 47.44 | 24.33 | 32.77 | - |
| YUV | 109.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 154 | 0 | 0.90 | 0.40 | 0 | 326.46 | 1 | 0.55 |
| Hex | FF | 1A | 9A | 0 | 5A | 28 | 0 | 146 | 64 | 37 |
| Octal | 377 | 32 | 232 | 0 | 132 | 50 | 0 | 506 | 144 | 67 |
| Binary | 11111111 | 11010 | 10011010 | 0 | 1011010 | 101000 | 0 | 101000110 | 1100100 | 110111 |
Color Harmonies of #FF1A9A
Complementary color
Monochromatic Colors of #FF1A9A
Black with #FF1A9A
Text Example
Text Example
White with #FF1A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A9A; }
p { color: rgb(255,26,154); }
H1.HeaderClassName
{
color: #FF1A9A;
}
.AnyTagClassName
{
color: #FF1A9A;
}
</style>
background-color css
<style>
a { background-color: #FF1A9A; }
a { background-color: rgb(255,26,154); }
div.DivClassName
{
background-color: #FF1A9A;
}
.BgClassName
{
background-color: #FF1A9A;
}
</style>
border-color css
<style>
span { border-color: #FF1A9A; }
span { border-color: rgb(255,26,154); }
td.TdClassName
{
border-color: #FF1A9A;
}
.TagClassName
{
border-color: #FF1A9A;
}
</style>