Shades of Deep Pink #FE129F
Tints of Deep Pink #FE129F
RGB
CMYK
RGB Variations
Color information
#FE129F (or 0xFE129F) is known color: Deep Pink. HEX triplet: FE, 12 and 9F. RGB value is (254,18,159). Sum of RGB (Red+Green+Blue) = 254+18+159=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE129F is #01ED60. Grayscale: #686868. Windows color (decimal): -126305 or 10425086. OLE color: 10425086.
HSL color Cylindrical-coordinate representation of color #FE129F: hue angle of 324.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE129F is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.00 |
| HSL | 324.15º | 0.99% | 0.53% | - |
| HSV(B) | 324.15º | 0.93% | 1% | - |
| XYZ | 47.35 | 24.01 | 34.94 | - |
| YUV | 104.64 | 158.69 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 159 | 0 | 0.93 | 0.37 | 0.00 | 324.15 | 0.99 | 0.53 |
| Hex | FE | 12 | 9F | 0 | 5D | 25 | 0 | 144 | 63 | 35 |
| Octal | 376 | 22 | 237 | 0 | 135 | 45 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10010 | 10011111 | 0 | 1011101 | 100101 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE129F
Complementary color
Monochromatic Colors of #FE129F
Black with #FE129F
Text Example
Text Example
White with #FE129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE129F; }
p { color: rgb(254,18,159); }
H1.HeaderClassName
{
color: #FE129F;
}
.AnyTagClassName
{
color: #FE129F;
}
</style>
background-color css
<style>
a { background-color: #FE129F; }
a { background-color: rgb(254,18,159); }
div.DivClassName
{
background-color: #FE129F;
}
.BgClassName
{
background-color: #FE129F;
}
</style>
border-color css
<style>
span { border-color: #FE129F; }
span { border-color: rgb(254,18,159); }
td.TdClassName
{
border-color: #FE129F;
}
.TagClassName
{
border-color: #FE129F;
}
</style>