Shades of Deep Pink #FE148D
Tints of Deep Pink #FE148D
RGB
CMYK
RGB Variations
Color information
#FE148D (or 0xFE148D) is known color: Deep Pink. HEX triplet: FE, 14 and 8D. RGB value is (254,20,141). Sum of RGB (Red+Green+Blue) = 254+20+141=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE148D is #01EB72. Grayscale: #676767. Windows color (decimal): -125811 or 9245950. OLE color: 9245950.
HSL color Cylindrical-coordinate representation of color #FE148D: hue angle of 328.97º 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 #FE148D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 141 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.00 |
| HSL | 328.97º | 0.99% | 0.54% | - |
| HSV(B) | 328.97º | 0.92% | 1% | - |
| XYZ | 45.93 | 23.49 | 27.31 | - |
| YUV | 103.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 141 | 0 | 0.92 | 0.44 | 0.00 | 328.97 | 0.99 | 0.54 |
| Hex | FE | 14 | 8D | 0 | 5C | 2C | 0 | 149 | 63 | 36 |
| Octal | 376 | 24 | 215 | 0 | 134 | 54 | 0 | 511 | 143 | 66 |
| Binary | 11111110 | 10100 | 10001101 | 0 | 1011100 | 101100 | 0 | 101001001 | 1100011 | 110110 |
Color Harmonies of #FE148D
Complementary color
Monochromatic Colors of #FE148D
Black with #FE148D
Text Example
Text Example
White with #FE148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE148D; }
p { color: rgb(254,20,141); }
H1.HeaderClassName
{
color: #FE148D;
}
.AnyTagClassName
{
color: #FE148D;
}
</style>
background-color css
<style>
a { background-color: #FE148D; }
a { background-color: rgb(254,20,141); }
div.DivClassName
{
background-color: #FE148D;
}
.BgClassName
{
background-color: #FE148D;
}
</style>
border-color css
<style>
span { border-color: #FE148D; }
span { border-color: rgb(254,20,141); }
td.TdClassName
{
border-color: #FE148D;
}
.TagClassName
{
border-color: #FE148D;
}
</style>