Shades of Deep Pink #FE129C
Tints of Deep Pink #FE129C
RGB
CMYK
RGB Variations
Color information
#FE129C (or 0xFE129C) is known color: Deep Pink. HEX triplet: FE, 12 and 9C. RGB value is (254,18,156). Sum of RGB (Red+Green+Blue) = 254+18+156=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE129C is #01ED63. Grayscale: #676767. Windows color (decimal): -126308 or 10228478. OLE color: 10228478.
HSL color Cylindrical-coordinate representation of color #FE129C: hue angle of 324.92º 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 #FE129C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.00 |
| HSL | 324.92º | 0.99% | 0.53% | - |
| HSV(B) | 324.92º | 0.93% | 1% | - |
| XYZ | 47.09 | 23.9 | 33.58 | - |
| YUV | 104.3 | 157.19 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 156 | 0 | 0.93 | 0.39 | 0.00 | 324.92 | 0.99 | 0.53 |
| Hex | FE | 12 | 9C | 0 | 5D | 27 | 0 | 145 | 63 | 35 |
| Octal | 376 | 22 | 234 | 0 | 135 | 47 | 0 | 505 | 143 | 65 |
| Binary | 11111110 | 10010 | 10011100 | 0 | 1011101 | 100111 | 0 | 101000101 | 1100011 | 110101 |
Color Harmonies of #FE129C
Complementary color
Monochromatic Colors of #FE129C
Black with #FE129C
Text Example
Text Example
White with #FE129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE129C; }
p { color: rgb(254,18,156); }
H1.HeaderClassName
{
color: #FE129C;
}
.AnyTagClassName
{
color: #FE129C;
}
</style>
background-color css
<style>
a { background-color: #FE129C; }
a { background-color: rgb(254,18,156); }
div.DivClassName
{
background-color: #FE129C;
}
.BgClassName
{
background-color: #FE129C;
}
</style>
border-color css
<style>
span { border-color: #FE129C; }
span { border-color: rgb(254,18,156); }
td.TdClassName
{
border-color: #FE129C;
}
.TagClassName
{
border-color: #FE129C;
}
</style>