Shades of Deep Pink #FE157D
Tints of Deep Pink #FE157D
RGB
CMYK
RGB Variations
Color information
#FE157D (or 0xFE157D) is known color: Deep Pink. HEX triplet: FE, 15 and 7D. RGB value is (254,21,125). Sum of RGB (Red+Green+Blue) = 254+21+125=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE157D is #01EA82. Grayscale: #666666. Windows color (decimal): -125571 or 8197630. OLE color: 8197630.
HSL color Cylindrical-coordinate representation of color #FE157D: hue angle of 333.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE157D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 125 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.00 |
| HSL | 333.22º | 0.99% | 0.54% | - |
| HSV(B) | 333.22º | 0.92% | 1% | - |
| XYZ | 44.84 | 23.09 | 21.49 | - |
| YUV | 102.52 | 140.69 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 125 | 0 | 0.92 | 0.51 | 0.00 | 333.22 | 0.99 | 0.54 |
| Hex | FE | 15 | 7D | 0 | 5C | 33 | 0 | 14D | 63 | 36 |
| Octal | 376 | 25 | 175 | 0 | 134 | 63 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10101 | 1111101 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE157D
Complementary color
Monochromatic Colors of #FE157D
Black with #FE157D
Text Example
Text Example
White with #FE157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE157D; }
p { color: rgb(254,21,125); }
H1.HeaderClassName
{
color: #FE157D;
}
.AnyTagClassName
{
color: #FE157D;
}
</style>
background-color css
<style>
a { background-color: #FE157D; }
a { background-color: rgb(254,21,125); }
div.DivClassName
{
background-color: #FE157D;
}
.BgClassName
{
background-color: #FE157D;
}
</style>
border-color css
<style>
span { border-color: #FE157D; }
span { border-color: rgb(254,21,125); }
td.TdClassName
{
border-color: #FE157D;
}
.TagClassName
{
border-color: #FE157D;
}
</style>