Shades of Deep Pink #FE1896
Tints of Deep Pink #FE1896
RGB
CMYK
RGB Variations
Color information
#FE1896 (or 0xFE1896) is known color: Deep Pink. HEX triplet: FE, 18 and 96. RGB value is (254,24,150). Sum of RGB (Red+Green+Blue) = 254+24+150=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1896 is #01E769. Grayscale: #6A6A6A. Windows color (decimal): -124778 or 9836798. OLE color: 9836798.
HSL color Cylindrical-coordinate representation of color #FE1896: hue angle of 327.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1896 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 150 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.00 |
| HSL | 327.13º | 0.99% | 0.55% | - |
| HSV(B) | 327.13º | 0.91% | 1% | - |
| XYZ | 46.7 | 23.93 | 31.01 | - |
| YUV | 107.13 | 152.2 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 150 | 0 | 0.91 | 0.41 | 0.00 | 327.13 | 0.99 | 0.55 |
| Hex | FE | 18 | 96 | 0 | 5B | 29 | 0 | 147 | 63 | 37 |
| Octal | 376 | 30 | 226 | 0 | 133 | 51 | 0 | 507 | 143 | 67 |
| Binary | 11111110 | 11000 | 10010110 | 0 | 1011011 | 101001 | 0 | 101000111 | 1100011 | 110111 |
Color Harmonies of #FE1896
Complementary color
Monochromatic Colors of #FE1896
Black with #FE1896
Text Example
Text Example
White with #FE1896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1896; }
p { color: rgb(254,24,150); }
H1.HeaderClassName
{
color: #FE1896;
}
.AnyTagClassName
{
color: #FE1896;
}
</style>
background-color css
<style>
a { background-color: #FE1896; }
a { background-color: rgb(254,24,150); }
div.DivClassName
{
background-color: #FE1896;
}
.BgClassName
{
background-color: #FE1896;
}
</style>
border-color css
<style>
span { border-color: #FE1896; }
span { border-color: rgb(254,24,150); }
td.TdClassName
{
border-color: #FE1896;
}
.TagClassName
{
border-color: #FE1896;
}
</style>