Shades of Magenta #FE27F2
Tints of Magenta #FE27F2
RGB
CMYK
RGB Variations
Color information
#FE27F2 (or 0xFE27F2) is known color: Magenta. HEX triplet: FE, 27 and F2. RGB value is (254,39,242). Sum of RGB (Red+Green+Blue) = 254+39+242=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 39 (15.62% from 255 or 7.29% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE27F2 is #01D80D. Grayscale: #7D7D7D. Windows color (decimal): -120846 or 15869950. OLE color: 15869950.
HSL color Cylindrical-coordinate representation of color #FE27F2: hue angle of 303.35º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27F2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 242 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.00 |
| HSL | 303.35º | 0.99% | 0.57% | - |
| HSV(B) | 303.35º | 0.85% | 1% | - |
| XYZ | 57.63 | 28.93 | 86.55 | - |
| YUV | 126.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 242 | 0 | 0.85 | 0.05 | 0.00 | 303.35 | 0.99 | 0.57 |
| Hex | FE | 27 | F2 | 0 | 55 | 5 | 0 | 12F | 63 | 39 |
| Octal | 376 | 47 | 362 | 0 | 125 | 5 | 0 | 457 | 143 | 71 |
| Binary | 11111110 | 100111 | 11110010 | 0 | 1010101 | 101 | 0 | 100101111 | 1100011 | 111001 |
Color Harmonies of #FE27F2
Complementary color
Monochromatic Colors of #FE27F2
Black with #FE27F2
Text Example
Text Example
White with #FE27F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27F2; }
p { color: rgb(254,39,242); }
H1.HeaderClassName
{
color: #FE27F2;
}
.AnyTagClassName
{
color: #FE27F2;
}
</style>
background-color css
<style>
a { background-color: #FE27F2; }
a { background-color: rgb(254,39,242); }
div.DivClassName
{
background-color: #FE27F2;
}
.BgClassName
{
background-color: #FE27F2;
}
</style>
border-color css
<style>
span { border-color: #FE27F2; }
span { border-color: rgb(254,39,242); }
td.TdClassName
{
border-color: #FE27F2;
}
.TagClassName
{
border-color: #FE27F2;
}
</style>