Shades of Deep Pink #FE1A7D
Tints of Deep Pink #FE1A7D
RGB
CMYK
RGB Variations
Color information
#FE1A7D (or 0xFE1A7D) is known color: Deep Pink. HEX triplet: FE, 1A and 7D. RGB value is (254,26,125). Sum of RGB (Red+Green+Blue) = 254+26+125=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1A7D is #01E582. Grayscale: #696969. Windows color (decimal): -124291 or 8198910. OLE color: 8198910.
HSL color Cylindrical-coordinate representation of color #FE1A7D: hue angle of 333.95º 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 #FE1A7D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 125 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.00 |
| HSL | 333.95º | 0.99% | 0.55% | - |
| HSV(B) | 333.95º | 0.9% | 1% | - |
| XYZ | 44.94 | 23.29 | 21.53 | - |
| YUV | 105.46 | 139.04 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 125 | 0 | 0.90 | 0.51 | 0.00 | 333.95 | 0.99 | 0.55 |
| Hex | FE | 1A | 7D | 0 | 5A | 33 | 0 | 14E | 63 | 37 |
| Octal | 376 | 32 | 175 | 0 | 132 | 63 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11010 | 1111101 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE1A7D
Complementary color
Monochromatic Colors of #FE1A7D
Black with #FE1A7D
Text Example
Text Example
White with #FE1A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A7D; }
p { color: rgb(254,26,125); }
H1.HeaderClassName
{
color: #FE1A7D;
}
.AnyTagClassName
{
color: #FE1A7D;
}
</style>
background-color css
<style>
a { background-color: #FE1A7D; }
a { background-color: rgb(254,26,125); }
div.DivClassName
{
background-color: #FE1A7D;
}
.BgClassName
{
background-color: #FE1A7D;
}
</style>
border-color css
<style>
span { border-color: #FE1A7D; }
span { border-color: rgb(254,26,125); }
td.TdClassName
{
border-color: #FE1A7D;
}
.TagClassName
{
border-color: #FE1A7D;
}
</style>