Shades of Deep Pink #FE0495
Tints of Deep Pink #FE0495
RGB
CMYK
RGB Variations
Color information
#FE0495 (or 0xFE0495) is known color: Deep Pink. HEX triplet: FE, 04 and 95. RGB value is (254,4,149). Sum of RGB (Red+Green+Blue) = 254+4+149=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0495 is #01FB6A. Grayscale: #5E5E5E. Windows color (decimal): -129899 or 9766142. OLE color: 9766142.
HSL color Cylindrical-coordinate representation of color #FE0495: hue angle of 325.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0495 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.00 |
| HSL | 325.2º | 0.99% | 0.51% | - |
| HSV(B) | 325.2º | 0.98% | 1% | - |
| XYZ | 46.34 | 23.33 | 30.49 | - |
| YUV | 95.28 | 158.33 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 149 | 0 | 0.98 | 0.41 | 0.00 | 325.2 | 0.99 | 0.51 |
| Hex | FE | 4 | 95 | 0 | 62 | 29 | 0 | 145 | 63 | 33 |
| Octal | 376 | 4 | 225 | 0 | 142 | 51 | 0 | 505 | 143 | 63 |
| Binary | 11111110 | 100 | 10010101 | 0 | 1100010 | 101001 | 0 | 101000101 | 1100011 | 110011 |
Color Harmonies of #FE0495
Complementary color
Monochromatic Colors of #FE0495
Black with #FE0495
Text Example
Text Example
White with #FE0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0495; }
p { color: rgb(254,4,149); }
H1.HeaderClassName
{
color: #FE0495;
}
.AnyTagClassName
{
color: #FE0495;
}
</style>
background-color css
<style>
a { background-color: #FE0495; }
a { background-color: rgb(254,4,149); }
div.DivClassName
{
background-color: #FE0495;
}
.BgClassName
{
background-color: #FE0495;
}
</style>
border-color css
<style>
span { border-color: #FE0495; }
span { border-color: rgb(254,4,149); }
td.TdClassName
{
border-color: #FE0495;
}
.TagClassName
{
border-color: #FE0495;
}
</style>