Shades of Deep Pink #FE129E
Tints of Deep Pink #FE129E
RGB
CMYK
RGB Variations
Color information
#FE129E (or 0xFE129E) is known color: Deep Pink. HEX triplet: FE, 12 and 9E. RGB value is (254,18,158). Sum of RGB (Red+Green+Blue) = 254+18+158=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE129E is #01ED61. Grayscale: #686868. Windows color (decimal): -126306 or 10359550. OLE color: 10359550.
HSL color Cylindrical-coordinate representation of color #FE129E: hue angle of 324.41º 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 #FE129E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 158 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.00 |
| HSL | 324.41º | 0.99% | 0.53% | - |
| HSV(B) | 324.41º | 0.93% | 1% | - |
| XYZ | 47.26 | 23.97 | 34.48 | - |
| YUV | 104.52 | 158.19 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 158 | 0 | 0.93 | 0.38 | 0.00 | 324.41 | 0.99 | 0.53 |
| Hex | FE | 12 | 9E | 0 | 5D | 26 | 0 | 144 | 63 | 35 |
| Octal | 376 | 22 | 236 | 0 | 135 | 46 | 0 | 504 | 143 | 65 |
| Binary | 11111110 | 10010 | 10011110 | 0 | 1011101 | 100110 | 0 | 101000100 | 1100011 | 110101 |
Color Harmonies of #FE129E
Complementary color
Monochromatic Colors of #FE129E
Black with #FE129E
Text Example
Text Example
White with #FE129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE129E; }
p { color: rgb(254,18,158); }
H1.HeaderClassName
{
color: #FE129E;
}
.AnyTagClassName
{
color: #FE129E;
}
</style>
background-color css
<style>
a { background-color: #FE129E; }
a { background-color: rgb(254,18,158); }
div.DivClassName
{
background-color: #FE129E;
}
.BgClassName
{
background-color: #FE129E;
}
</style>
border-color css
<style>
span { border-color: #FE129E; }
span { border-color: rgb(254,18,158); }
td.TdClassName
{
border-color: #FE129E;
}
.TagClassName
{
border-color: #FE129E;
}
</style>