Shades of Deep Pink #FF1A7E
Tints of Deep Pink #FF1A7E
RGB
CMYK
RGB Variations
Color information
#FF1A7E (or 0xFF1A7E) is known color: Deep Pink. HEX triplet: FF, 1A and 7E. RGB value is (255,26,126). Sum of RGB (Red+Green+Blue) = 255+26+126=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A7E is #00E581. Grayscale: #696969. Windows color (decimal): -58754 or 8264447. OLE color: 8264447.
HSL color Cylindrical-coordinate representation of color #FF1A7E: hue angle of 333.8º 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 #FF1A7E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 126 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 333.8º | 1% | 0.55% | - |
| HSV(B) | 333.8º | 0.9% | 1% | - |
| XYZ | 45.38 | 23.51 | 21.88 | - |
| YUV | 105.87 | 139.37 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 126 | 0 | 0.90 | 0.51 | 0 | 333.8 | 1 | 0.55 |
| Hex | FF | 1A | 7E | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 32 | 176 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11010 | 1111110 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF1A7E
Complementary color
Monochromatic Colors of #FF1A7E
Black with #FF1A7E
Text Example
Text Example
White with #FF1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A7E; }
p { color: rgb(255,26,126); }
H1.HeaderClassName
{
color: #FF1A7E;
}
.AnyTagClassName
{
color: #FF1A7E;
}
</style>
background-color css
<style>
a { background-color: #FF1A7E; }
a { background-color: rgb(255,26,126); }
div.DivClassName
{
background-color: #FF1A7E;
}
.BgClassName
{
background-color: #FF1A7E;
}
</style>
border-color css
<style>
span { border-color: #FF1A7E; }
span { border-color: rgb(255,26,126); }
td.TdClassName
{
border-color: #FF1A7E;
}
.TagClassName
{
border-color: #FF1A7E;
}
</style>