Shades of Deep Pink #FE139C
Tints of Deep Pink #FE139C
RGB
CMYK
RGB Variations
Color information
#FE139C (or 0xFE139C) is known color: Deep Pink. HEX triplet: FE, 13 and 9C. RGB value is (254,19,156). Sum of RGB (Red+Green+Blue) = 254+19+156=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE139C is #01EC63. Grayscale: #686868. Windows color (decimal): -126052 or 10228734. OLE color: 10228734.
HSL color Cylindrical-coordinate representation of color #FE139C: hue angle of 325.02º 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 #FE139C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 156 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.00 |
| HSL | 325.02º | 0.99% | 0.54% | - |
| HSV(B) | 325.02º | 0.93% | 1% | - |
| XYZ | 47.11 | 23.94 | 33.59 | - |
| YUV | 104.88 | 156.86 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 156 | 0 | 0.93 | 0.39 | 0.00 | 325.02 | 0.99 | 0.54 |
| Hex | FE | 13 | 9C | 0 | 5D | 27 | 0 | 145 | 63 | 36 |
| Octal | 376 | 23 | 234 | 0 | 135 | 47 | 0 | 505 | 143 | 66 |
| Binary | 11111110 | 10011 | 10011100 | 0 | 1011101 | 100111 | 0 | 101000101 | 1100011 | 110110 |
Color Harmonies of #FE139C
Complementary color
Monochromatic Colors of #FE139C
Black with #FE139C
Text Example
Text Example
White with #FE139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE139C; }
p { color: rgb(254,19,156); }
H1.HeaderClassName
{
color: #FE139C;
}
.AnyTagClassName
{
color: #FE139C;
}
</style>
background-color css
<style>
a { background-color: #FE139C; }
a { background-color: rgb(254,19,156); }
div.DivClassName
{
background-color: #FE139C;
}
.BgClassName
{
background-color: #FE139C;
}
</style>
border-color css
<style>
span { border-color: #FE139C; }
span { border-color: rgb(254,19,156); }
td.TdClassName
{
border-color: #FE139C;
}
.TagClassName
{
border-color: #FE139C;
}
</style>