Shades of Deep Pink #FF1A7D
Tints of Deep Pink #FF1A7D
RGB
CMYK
RGB Variations
Color information
#FF1A7D (or 0xFF1A7D) is known color: Deep Pink. HEX triplet: FF, 1A and 7D. RGB value is (255,26,125). Sum of RGB (Red+Green+Blue) = 255+26+125=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A7D is #00E582. Grayscale: #696969. Windows color (decimal): -58755 or 8198911. OLE color: 8198911.
HSL color Cylindrical-coordinate representation of color #FF1A7D: hue angle of 334.06º 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 #FF1A7D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 125 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 334.06º | 1% | 0.55% | - |
| HSV(B) | 334.06º | 0.9% | 1% | - |
| XYZ | 45.31 | 23.48 | 21.55 | - |
| YUV | 105.76 | 138.87 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 125 | 0 | 0.90 | 0.51 | 0 | 334.06 | 1 | 0.55 |
| Hex | FF | 1A | 7D | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 32 | 175 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11010 | 1111101 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF1A7D
Complementary color
Monochromatic Colors of #FF1A7D
Black with #FF1A7D
Text Example
Text Example
White with #FF1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A7D; }
p { color: rgb(255,26,125); }
H1.HeaderClassName
{
color: #FF1A7D;
}
.AnyTagClassName
{
color: #FF1A7D;
}
</style>
background-color css
<style>
a { background-color: #FF1A7D; }
a { background-color: rgb(255,26,125); }
div.DivClassName
{
background-color: #FF1A7D;
}
.BgClassName
{
background-color: #FF1A7D;
}
</style>
border-color css
<style>
span { border-color: #FF1A7D; }
span { border-color: rgb(255,26,125); }
td.TdClassName
{
border-color: #FF1A7D;
}
.TagClassName
{
border-color: #FF1A7D;
}
</style>