Shades of Deep Pink #FE1A8A
Tints of Deep Pink #FE1A8A
RGB
CMYK
RGB Variations
Color information
#FE1A8A (or 0xFE1A8A) is known color: Deep Pink. HEX triplet: FE, 1A and 8A. RGB value is (254,26,138). Sum of RGB (Red+Green+Blue) = 254+26+138=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1A8A is #01E575. Grayscale: #6A6A6A. Windows color (decimal): -124278 or 9050878. OLE color: 9050878.
HSL color Cylindrical-coordinate representation of color #FE1A8A: hue angle of 330.53º 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 #FE1A8A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 138 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.00 |
| HSL | 330.53º | 0.99% | 0.55% | - |
| HSV(B) | 330.53º | 0.9% | 1% | - |
| XYZ | 45.83 | 23.64 | 26.19 | - |
| YUV | 106.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 138 | 0 | 0.90 | 0.46 | 0.00 | 330.53 | 0.99 | 0.55 |
| Hex | FE | 1A | 8A | 0 | 5A | 2E | 0 | 14B | 63 | 37 |
| Octal | 376 | 32 | 212 | 0 | 132 | 56 | 0 | 513 | 143 | 67 |
| Binary | 11111110 | 11010 | 10001010 | 0 | 1011010 | 101110 | 0 | 101001011 | 1100011 | 110111 |
Color Harmonies of #FE1A8A
Complementary color
Monochromatic Colors of #FE1A8A
Black with #FE1A8A
Text Example
Text Example
White with #FE1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A8A; }
p { color: rgb(254,26,138); }
H1.HeaderClassName
{
color: #FE1A8A;
}
.AnyTagClassName
{
color: #FE1A8A;
}
</style>
background-color css
<style>
a { background-color: #FE1A8A; }
a { background-color: rgb(254,26,138); }
div.DivClassName
{
background-color: #FE1A8A;
}
.BgClassName
{
background-color: #FE1A8A;
}
</style>
border-color css
<style>
span { border-color: #FE1A8A; }
span { border-color: rgb(254,26,138); }
td.TdClassName
{
border-color: #FE1A8A;
}
.TagClassName
{
border-color: #FE1A8A;
}
</style>