Shades of Deep Pink #FE137D
Tints of Deep Pink #FE137D
RGB
CMYK
RGB Variations
Color information
#FE137D (or 0xFE137D) is known color: Deep Pink. HEX triplet: FE, 13 and 7D. RGB value is (254,19,125). Sum of RGB (Red+Green+Blue) = 254+19+125=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE137D is #01EC82. Grayscale: #656565. Windows color (decimal): -126083 or 8197118. OLE color: 8197118.
HSL color Cylindrical-coordinate representation of color #FE137D: hue angle of 332.94º 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 #FE137D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 125 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.00 |
| HSL | 332.94º | 0.99% | 0.54% | - |
| HSV(B) | 332.94º | 0.93% | 1% | - |
| XYZ | 44.81 | 23.02 | 21.48 | - |
| YUV | 101.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 125 | 0 | 0.93 | 0.51 | 0.00 | 332.94 | 0.99 | 0.54 |
| Hex | FE | 13 | 7D | 0 | 5D | 33 | 0 | 14D | 63 | 36 |
| Octal | 376 | 23 | 175 | 0 | 135 | 63 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10011 | 1111101 | 0 | 1011101 | 110011 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE137D
Complementary color
Monochromatic Colors of #FE137D
Black with #FE137D
Text Example
Text Example
White with #FE137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE137D; }
p { color: rgb(254,19,125); }
H1.HeaderClassName
{
color: #FE137D;
}
.AnyTagClassName
{
color: #FE137D;
}
</style>
background-color css
<style>
a { background-color: #FE137D; }
a { background-color: rgb(254,19,125); }
div.DivClassName
{
background-color: #FE137D;
}
.BgClassName
{
background-color: #FE137D;
}
</style>
border-color css
<style>
span { border-color: #FE137D; }
span { border-color: rgb(254,19,125); }
td.TdClassName
{
border-color: #FE137D;
}
.TagClassName
{
border-color: #FE137D;
}
</style>