Shades of Pale Magenta #FE66E2
Tints of Pale Magenta #FE66E2
RGB
CMYK
RGB Variations
Color information
#FE66E2 (or 0xFE66E2) is known color: Pale Magenta. HEX triplet: FE, 66 and E2. RGB value is (254,102,226). Sum of RGB (Red+Green+Blue) = 254+102+226=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66E2 is #01991D. Grayscale: #A1A1A1. Windows color (decimal): -104734 or 14837502. OLE color: 14837502.
HSL color Cylindrical-coordinate representation of color #FE66E2: hue angle of 311.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66E2 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 226 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.00 |
| HSL | 311.05º | 0.99% | 0.7% | - |
| HSV(B) | 311.05º | 0.6% | 1% | - |
| XYZ | 59.35 | 36.06 | 75.78 | - |
| YUV | 161.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 226 | 0 | 0.60 | 0.11 | 0.00 | 311.05 | 0.99 | 0.7 |
| Hex | FE | 66 | E2 | 0 | 3C | B | 0 | 137 | 63 | 46 |
| Octal | 376 | 146 | 342 | 0 | 74 | 13 | 0 | 467 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11100010 | 0 | 111100 | 1011 | 0 | 100110111 | 1100011 | 1000110 |
Color Harmonies of #FE66E2
Complementary color
Monochromatic Colors of #FE66E2
Black with #FE66E2
Text Example
Text Example
White with #FE66E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66E2; }
p { color: rgb(254,102,226); }
H1.HeaderClassName
{
color: #FE66E2;
}
.AnyTagClassName
{
color: #FE66E2;
}
</style>
background-color css
<style>
a { background-color: #FE66E2; }
a { background-color: rgb(254,102,226); }
div.DivClassName
{
background-color: #FE66E2;
}
.BgClassName
{
background-color: #FE66E2;
}
</style>
border-color css
<style>
span { border-color: #FE66E2; }
span { border-color: rgb(254,102,226); }
td.TdClassName
{
border-color: #FE66E2;
}
.TagClassName
{
border-color: #FE66E2;
}
</style>