Shades of Deep Pink #FF1A7A
Tints of Deep Pink #FF1A7A
RGB
CMYK
RGB Variations
Color information
#FF1A7A (or 0xFF1A7A) is known color: Deep Pink. HEX triplet: FF, 1A and 7A. RGB value is (255,26,122). Sum of RGB (Red+Green+Blue) = 255+26+122=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A7A is #00E585. Grayscale: #696969. Windows color (decimal): -58758 or 8002303. OLE color: 8002303.
HSL color Cylindrical-coordinate representation of color #FF1A7A: hue angle of 334.85º 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 #FF1A7A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 122 | - |
| CMYK | 0 | 0.90 | 0.52 | 0 |
| HSL | 334.85º | 1% | 0.55% | - |
| HSV(B) | 334.85º | 0.9% | 1% | - |
| XYZ | 45.12 | 23.4 | 20.55 | - |
| YUV | 105.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 122 | 0 | 0.90 | 0.52 | 0 | 334.85 | 1 | 0.55 |
| Hex | FF | 1A | 7A | 0 | 5A | 34 | 0 | 14F | 64 | 37 |
| Octal | 377 | 32 | 172 | 0 | 132 | 64 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 11010 | 1111010 | 0 | 1011010 | 110100 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1A7A
Complementary color
Monochromatic Colors of #FF1A7A
Black with #FF1A7A
Text Example
Text Example
White with #FF1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A7A; }
p { color: rgb(255,26,122); }
H1.HeaderClassName
{
color: #FF1A7A;
}
.AnyTagClassName
{
color: #FF1A7A;
}
</style>
background-color css
<style>
a { background-color: #FF1A7A; }
a { background-color: rgb(255,26,122); }
div.DivClassName
{
background-color: #FF1A7A;
}
.BgClassName
{
background-color: #FF1A7A;
}
</style>
border-color css
<style>
span { border-color: #FF1A7A; }
span { border-color: rgb(255,26,122); }
td.TdClassName
{
border-color: #FF1A7A;
}
.TagClassName
{
border-color: #FF1A7A;
}
</style>