Shades of Deep Pink #FE138A
Tints of Deep Pink #FE138A
RGB
CMYK
RGB Variations
Color information
#FE138A (or 0xFE138A) is known color: Deep Pink. HEX triplet: FE, 13 and 8A. RGB value is (254,19,138). Sum of RGB (Red+Green+Blue) = 254+19+138=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE138A is #01EC75. Grayscale: #666666. Windows color (decimal): -126070 or 9049086. OLE color: 9049086.
HSL color Cylindrical-coordinate representation of color #FE138A: hue angle of 329.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE138A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 138 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.00 |
| HSL | 329.62º | 0.99% | 0.54% | - |
| HSV(B) | 329.62º | 0.93% | 1% | - |
| XYZ | 45.69 | 23.37 | 26.15 | - |
| YUV | 102.83 | 147.86 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 138 | 0 | 0.93 | 0.46 | 0.00 | 329.62 | 0.99 | 0.54 |
| Hex | FE | 13 | 8A | 0 | 5D | 2E | 0 | 14A | 63 | 36 |
| Octal | 376 | 23 | 212 | 0 | 135 | 56 | 0 | 512 | 143 | 66 |
| Binary | 11111110 | 10011 | 10001010 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100011 | 110110 |
Color Harmonies of #FE138A
Complementary color
Monochromatic Colors of #FE138A
Black with #FE138A
Text Example
Text Example
White with #FE138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE138A; }
p { color: rgb(254,19,138); }
H1.HeaderClassName
{
color: #FE138A;
}
.AnyTagClassName
{
color: #FE138A;
}
</style>
background-color css
<style>
a { background-color: #FE138A; }
a { background-color: rgb(254,19,138); }
div.DivClassName
{
background-color: #FE138A;
}
.BgClassName
{
background-color: #FE138A;
}
</style>
border-color css
<style>
span { border-color: #FE138A; }
span { border-color: rgb(254,19,138); }
td.TdClassName
{
border-color: #FE138A;
}
.TagClassName
{
border-color: #FE138A;
}
</style>