Shades of Deep Pink #FE1A7A
Tints of Deep Pink #FE1A7A
RGB
CMYK
RGB Variations
Color information
#FE1A7A (or 0xFE1A7A) is known color: Deep Pink. HEX triplet: FE, 1A and 7A. RGB value is (254,26,122). Sum of RGB (Red+Green+Blue) = 254+26+122=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1A7A is #01E585. Grayscale: #686868. Windows color (decimal): -124294 or 8002302. OLE color: 8002302.
HSL color Cylindrical-coordinate representation of color #FE1A7A: hue angle of 334.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A7A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 122 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.00 |
| HSL | 334.74º | 0.99% | 0.55% | - |
| HSV(B) | 334.74º | 0.9% | 1% | - |
| XYZ | 44.76 | 23.21 | 20.53 | - |
| YUV | 105.12 | 137.54 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 122 | 0 | 0.90 | 0.52 | 0.00 | 334.74 | 0.99 | 0.55 |
| Hex | FE | 1A | 7A | 0 | 5A | 34 | 0 | 14F | 63 | 37 |
| Octal | 376 | 32 | 172 | 0 | 132 | 64 | 0 | 517 | 143 | 67 |
| Binary | 11111110 | 11010 | 1111010 | 0 | 1011010 | 110100 | 0 | 101001111 | 1100011 | 110111 |
Color Harmonies of #FE1A7A
Complementary color
Monochromatic Colors of #FE1A7A
Black with #FE1A7A
Text Example
Text Example
White with #FE1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A7A; }
p { color: rgb(254,26,122); }
H1.HeaderClassName
{
color: #FE1A7A;
}
.AnyTagClassName
{
color: #FE1A7A;
}
</style>
background-color css
<style>
a { background-color: #FE1A7A; }
a { background-color: rgb(254,26,122); }
div.DivClassName
{
background-color: #FE1A7A;
}
.BgClassName
{
background-color: #FE1A7A;
}
</style>
border-color css
<style>
span { border-color: #FE1A7A; }
span { border-color: rgb(254,26,122); }
td.TdClassName
{
border-color: #FE1A7A;
}
.TagClassName
{
border-color: #FE1A7A;
}
</style>