Shades of Deep Pink #FE137A
Tints of Deep Pink #FE137A
RGB
CMYK
RGB Variations
Color information
#FE137A (or 0xFE137A) is known color: Deep Pink. HEX triplet: FE, 13 and 7A. RGB value is (254,19,122). Sum of RGB (Red+Green+Blue) = 254+19+122=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE137A is #01EC85. Grayscale: #646464. Windows color (decimal): -126086 or 8000510. OLE color: 8000510.
HSL color Cylindrical-coordinate representation of color #FE137A: hue angle of 333.7º 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 #FE137A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 122 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.00 |
| HSL | 333.7º | 0.99% | 0.54% | - |
| HSV(B) | 333.7º | 0.93% | 1% | - |
| XYZ | 44.62 | 22.94 | 20.49 | - |
| YUV | 101.01 | 139.86 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 122 | 0 | 0.93 | 0.52 | 0.00 | 333.7 | 0.99 | 0.54 |
| Hex | FE | 13 | 7A | 0 | 5D | 34 | 0 | 14E | 63 | 36 |
| Octal | 376 | 23 | 172 | 0 | 135 | 64 | 0 | 516 | 143 | 66 |
| Binary | 11111110 | 10011 | 1111010 | 0 | 1011101 | 110100 | 0 | 101001110 | 1100011 | 110110 |
Color Harmonies of #FE137A
Complementary color
Monochromatic Colors of #FE137A
Black with #FE137A
Text Example
Text Example
White with #FE137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE137A; }
p { color: rgb(254,19,122); }
H1.HeaderClassName
{
color: #FE137A;
}
.AnyTagClassName
{
color: #FE137A;
}
</style>
background-color css
<style>
a { background-color: #FE137A; }
a { background-color: rgb(254,19,122); }
div.DivClassName
{
background-color: #FE137A;
}
.BgClassName
{
background-color: #FE137A;
}
</style>
border-color css
<style>
span { border-color: #FE137A; }
span { border-color: rgb(254,19,122); }
td.TdClassName
{
border-color: #FE137A;
}
.TagClassName
{
border-color: #FE137A;
}
</style>