Shades of Deep Pink #FE1073
Tints of Deep Pink #FE1073
RGB
CMYK
RGB Variations
Color information
#FE1073 (or 0xFE1073) is known color: Deep Pink. HEX triplet: FE, 10 and 73. RGB value is (254,16,115). Sum of RGB (Red+Green+Blue) = 254+16+115=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1073 is #01EF8C. Grayscale: #626262. Windows color (decimal): -126861 or 7540990. OLE color: 7540990.
HSL color Cylindrical-coordinate representation of color #FE1073: hue angle of 335.04º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1073 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 115 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.00 |
| HSL | 335.04º | 0.99% | 0.53% | - |
| HSV(B) | 335.04º | 0.94% | 1% | - |
| XYZ | 44.15 | 22.68 | 18.27 | - |
| YUV | 98.45 | 137.35 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 115 | 0 | 0.94 | 0.55 | 0.00 | 335.04 | 0.99 | 0.53 |
| Hex | FE | 10 | 73 | 0 | 5E | 37 | 0 | 14F | 63 | 35 |
| Octal | 376 | 20 | 163 | 0 | 136 | 67 | 0 | 517 | 143 | 65 |
| Binary | 11111110 | 10000 | 1110011 | 0 | 1011110 | 110111 | 0 | 101001111 | 1100011 | 110101 |
Color Harmonies of #FE1073
Complementary color
Monochromatic Colors of #FE1073
Black with #FE1073
Text Example
Text Example
White with #FE1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1073; }
p { color: rgb(254,16,115); }
H1.HeaderClassName
{
color: #FE1073;
}
.AnyTagClassName
{
color: #FE1073;
}
</style>
background-color css
<style>
a { background-color: #FE1073; }
a { background-color: rgb(254,16,115); }
div.DivClassName
{
background-color: #FE1073;
}
.BgClassName
{
background-color: #FE1073;
}
</style>
border-color css
<style>
span { border-color: #FE1073; }
span { border-color: rgb(254,16,115); }
td.TdClassName
{
border-color: #FE1073;
}
.TagClassName
{
border-color: #FE1073;
}
</style>