Shades of Deep Pink #FE1072
Tints of Deep Pink #FE1072
RGB
CMYK
RGB Variations
Color information
#FE1072 (or 0xFE1072) is known color: Deep Pink. HEX triplet: FE, 10 and 72. RGB value is (254,16,114). Sum of RGB (Red+Green+Blue) = 254+16+114=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1072 is #01EF8D. Grayscale: #626262. Windows color (decimal): -126862 or 7475454. OLE color: 7475454.
HSL color Cylindrical-coordinate representation of color #FE1072: hue angle of 335.29º 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 #FE1072 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 114 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.00 |
| HSL | 335.29º | 0.99% | 0.53% | - |
| HSV(B) | 335.29º | 0.94% | 1% | - |
| XYZ | 44.1 | 22.66 | 17.97 | - |
| YUV | 98.33 | 136.85 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 114 | 0 | 0.94 | 0.55 | 0.00 | 335.29 | 0.99 | 0.53 |
| Hex | FE | 10 | 72 | 0 | 5E | 37 | 0 | 14F | 63 | 35 |
| Octal | 376 | 20 | 162 | 0 | 136 | 67 | 0 | 517 | 143 | 65 |
| Binary | 11111110 | 10000 | 1110010 | 0 | 1011110 | 110111 | 0 | 101001111 | 1100011 | 110101 |
Color Harmonies of #FE1072
Complementary color
Monochromatic Colors of #FE1072
Black with #FE1072
Text Example
Text Example
White with #FE1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1072; }
p { color: rgb(254,16,114); }
H1.HeaderClassName
{
color: #FE1072;
}
.AnyTagClassName
{
color: #FE1072;
}
</style>
background-color css
<style>
a { background-color: #FE1072; }
a { background-color: rgb(254,16,114); }
div.DivClassName
{
background-color: #FE1072;
}
.BgClassName
{
background-color: #FE1072;
}
</style>
border-color css
<style>
span { border-color: #FE1072; }
span { border-color: rgb(254,16,114); }
td.TdClassName
{
border-color: #FE1072;
}
.TagClassName
{
border-color: #FE1072;
}
</style>