Shades of Pale Magenta #FE6BE7
Tints of Pale Magenta #FE6BE7
RGB
CMYK
RGB Variations
Color information
#FE6BE7 (or 0xFE6BE7) is known color: Pale Magenta. HEX triplet: FE, 6B and E7. RGB value is (254,107,231). Sum of RGB (Red+Green+Blue) = 254+107+231=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BE7 is #019418. Grayscale: #A4A4A4. Windows color (decimal): -103449 or 15166462. OLE color: 15166462.
HSL color Cylindrical-coordinate representation of color #FE6BE7: hue angle of 309.39º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BE7 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 231 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.00 |
| HSL | 309.39º | 0.99% | 0.71% | - |
| HSV(B) | 309.39º | 0.58% | 1% | - |
| XYZ | 60.55 | 37.36 | 79.62 | - |
| YUV | 165.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 231 | 0 | 0.58 | 0.09 | 0.00 | 309.39 | 0.99 | 0.71 |
| Hex | FE | 6B | E7 | 0 | 3A | 9 | 0 | 135 | 63 | 47 |
| Octal | 376 | 153 | 347 | 0 | 72 | 11 | 0 | 465 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11100111 | 0 | 111010 | 1001 | 0 | 100110101 | 1100011 | 1000111 |
Color Harmonies of #FE6BE7
Complementary color
Monochromatic Colors of #FE6BE7
Black with #FE6BE7
Text Example
Text Example
White with #FE6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BE7; }
p { color: rgb(254,107,231); }
H1.HeaderClassName
{
color: #FE6BE7;
}
.AnyTagClassName
{
color: #FE6BE7;
}
</style>
background-color css
<style>
a { background-color: #FE6BE7; }
a { background-color: rgb(254,107,231); }
div.DivClassName
{
background-color: #FE6BE7;
}
.BgClassName
{
background-color: #FE6BE7;
}
</style>
border-color css
<style>
span { border-color: #FE6BE7; }
span { border-color: rgb(254,107,231); }
td.TdClassName
{
border-color: #FE6BE7;
}
.TagClassName
{
border-color: #FE6BE7;
}
</style>