Shades of Deep Pink #FF1A7C
Tints of Deep Pink #FF1A7C
RGB
CMYK
RGB Variations
Color information
#FF1A7C (or 0xFF1A7C) is known color: Deep Pink. HEX triplet: FF, 1A and 7C. RGB value is (255,26,124). Sum of RGB (Red+Green+Blue) = 255+26+124=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A7C is #00E583. Grayscale: #696969. Windows color (decimal): -58756 or 8133375. OLE color: 8133375.
HSL color Cylindrical-coordinate representation of color #FF1A7C: hue angle of 334.32º 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 #FF1A7C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 124 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 334.32º | 1% | 0.55% | - |
| HSV(B) | 334.32º | 0.9% | 1% | - |
| XYZ | 45.25 | 23.45 | 21.21 | - |
| YUV | 105.64 | 138.37 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 124 | 0 | 0.90 | 0.51 | 0 | 334.32 | 1 | 0.55 |
| Hex | FF | 1A | 7C | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 32 | 174 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11010 | 1111100 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF1A7C
Complementary color
Monochromatic Colors of #FF1A7C
Black with #FF1A7C
Text Example
Text Example
White with #FF1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A7C; }
p { color: rgb(255,26,124); }
H1.HeaderClassName
{
color: #FF1A7C;
}
.AnyTagClassName
{
color: #FF1A7C;
}
</style>
background-color css
<style>
a { background-color: #FF1A7C; }
a { background-color: rgb(255,26,124); }
div.DivClassName
{
background-color: #FF1A7C;
}
.BgClassName
{
background-color: #FF1A7C;
}
</style>
border-color css
<style>
span { border-color: #FF1A7C; }
span { border-color: rgb(255,26,124); }
td.TdClassName
{
border-color: #FF1A7C;
}
.TagClassName
{
border-color: #FF1A7C;
}
</style>