Shades of Deep Pink #FE1C7E
Tints of Deep Pink #FE1C7E
RGB
CMYK
RGB Variations
Color information
#FE1C7E (or 0xFE1C7E) is known color: Deep Pink. HEX triplet: FE, 1C and 7E. RGB value is (254,28,126). Sum of RGB (Red+Green+Blue) = 254+28+126=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C7E is #01E381. Grayscale: #6A6A6A. Windows color (decimal): -123778 or 8264958. OLE color: 8264958.
HSL color Cylindrical-coordinate representation of color #FE1C7E: hue angle of 333.98º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1C7E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 126 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.00 |
| HSL | 333.98º | 0.99% | 0.55% | - |
| HSV(B) | 333.98º | 0.89% | 1% | - |
| XYZ | 45.05 | 23.41 | 21.88 | - |
| YUV | 106.75 | 138.87 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 126 | 0 | 0.89 | 0.50 | 0.00 | 333.98 | 0.99 | 0.55 |
| Hex | FE | 1C | 7E | 0 | 59 | 32 | 0 | 14E | 63 | 37 |
| Octal | 376 | 34 | 176 | 0 | 131 | 62 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11100 | 1111110 | 0 | 1011001 | 110010 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE1C7E
Complementary color
Monochromatic Colors of #FE1C7E
Black with #FE1C7E
Text Example
Text Example
White with #FE1C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C7E; }
p { color: rgb(254,28,126); }
H1.HeaderClassName
{
color: #FE1C7E;
}
.AnyTagClassName
{
color: #FE1C7E;
}
</style>
background-color css
<style>
a { background-color: #FE1C7E; }
a { background-color: rgb(254,28,126); }
div.DivClassName
{
background-color: #FE1C7E;
}
.BgClassName
{
background-color: #FE1C7E;
}
</style>
border-color css
<style>
span { border-color: #FE1C7E; }
span { border-color: rgb(254,28,126); }
td.TdClassName
{
border-color: #FE1C7E;
}
.TagClassName
{
border-color: #FE1C7E;
}
</style>