Shades of Deep Pink #FE147D
Tints of Deep Pink #FE147D
RGB
CMYK
RGB Variations
Color information
#FE147D (or 0xFE147D) is known color: Deep Pink. HEX triplet: FE, 14 and 7D. RGB value is (254,20,125). Sum of RGB (Red+Green+Blue) = 254+20+125=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE147D is #01EB82. Grayscale: #656565. Windows color (decimal): -125827 or 8197374. OLE color: 8197374.
HSL color Cylindrical-coordinate representation of color #FE147D: hue angle of 333.08º 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 #FE147D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.00 |
| HSL | 333.08º | 0.99% | 0.54% | - |
| HSV(B) | 333.08º | 0.92% | 1% | - |
| XYZ | 44.82 | 23.05 | 21.49 | - |
| YUV | 101.94 | 141.02 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 125 | 0 | 0.92 | 0.51 | 0.00 | 333.08 | 0.99 | 0.54 |
| Hex | FE | 14 | 7D | 0 | 5C | 33 | 0 | 14D | 63 | 36 |
| Octal | 376 | 24 | 175 | 0 | 134 | 63 | 0 | 515 | 143 | 66 |
| Binary | 11111110 | 10100 | 1111101 | 0 | 1011100 | 110011 | 0 | 101001101 | 1100011 | 110110 |
Color Harmonies of #FE147D
Complementary color
Monochromatic Colors of #FE147D
Black with #FE147D
Text Example
Text Example
White with #FE147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE147D; }
p { color: rgb(254,20,125); }
H1.HeaderClassName
{
color: #FE147D;
}
.AnyTagClassName
{
color: #FE147D;
}
</style>
background-color css
<style>
a { background-color: #FE147D; }
a { background-color: rgb(254,20,125); }
div.DivClassName
{
background-color: #FE147D;
}
.BgClassName
{
background-color: #FE147D;
}
</style>
border-color css
<style>
span { border-color: #FE147D; }
span { border-color: rgb(254,20,125); }
td.TdClassName
{
border-color: #FE147D;
}
.TagClassName
{
border-color: #FE147D;
}
</style>