Shades of Pale Magenta #FE69E6
Tints of Pale Magenta #FE69E6
RGB
CMYK
RGB Variations
Color information
#FE69E6 (or 0xFE69E6) is known color: Pale Magenta. HEX triplet: FE, 69 and E6. RGB value is (254,105,230). Sum of RGB (Red+Green+Blue) = 254+105+230=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69E6 is #019619. Grayscale: #A3A3A3. Windows color (decimal): -103962 or 15100414. OLE color: 15100414.
HSL color Cylindrical-coordinate representation of color #FE69E6: hue angle of 309.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69E6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 230 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.00 |
| HSL | 309.66º | 0.99% | 0.7% | - |
| HSV(B) | 309.66º | 0.59% | 1% | - |
| XYZ | 60.21 | 36.89 | 78.81 | - |
| YUV | 163.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 230 | 0 | 0.59 | 0.09 | 0.00 | 309.66 | 0.99 | 0.7 |
| Hex | FE | 69 | E6 | 0 | 3B | 9 | 0 | 136 | 63 | 46 |
| Octal | 376 | 151 | 346 | 0 | 73 | 11 | 0 | 466 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11100110 | 0 | 111011 | 1001 | 0 | 100110110 | 1100011 | 1000110 |
Color Harmonies of #FE69E6
Complementary color
Monochromatic Colors of #FE69E6
Black with #FE69E6
Text Example
Text Example
White with #FE69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69E6; }
p { color: rgb(254,105,230); }
H1.HeaderClassName
{
color: #FE69E6;
}
.AnyTagClassName
{
color: #FE69E6;
}
</style>
background-color css
<style>
a { background-color: #FE69E6; }
a { background-color: rgb(254,105,230); }
div.DivClassName
{
background-color: #FE69E6;
}
.BgClassName
{
background-color: #FE69E6;
}
</style>
border-color css
<style>
span { border-color: #FE69E6; }
span { border-color: rgb(254,105,230); }
td.TdClassName
{
border-color: #FE69E6;
}
.TagClassName
{
border-color: #FE69E6;
}
</style>