Shades of Magenta #FF27F5
Tints of Magenta #FF27F5
RGB
CMYK
RGB Variations
Color information
#FF27F5 (or 0xFF27F5) is known color: Magenta. HEX triplet: FF, 27 and F5. RGB value is (255,39,245). Sum of RGB (Red+Green+Blue) = 255+39+245=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 39 (15.62% from 255 or 7.24% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF27F5 is #00D80A. Grayscale: #7E7E7E. Windows color (decimal): -55307 or 16066559. OLE color: 16066559.
HSL color Cylindrical-coordinate representation of color #FF27F5: hue angle of 302.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF27F5 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 245 | - |
| CMYK | 0 | 0.85 | 0.04 | 0 |
| HSL | 302.78º | 1% | 0.58% | - |
| HSV(B) | 302.78º | 0.85% | 1% | - |
| XYZ | 58.45 | 29.3 | 88.96 | - |
| YUV | 127.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 245 | 0 | 0.85 | 0.04 | 0 | 302.78 | 1 | 0.58 |
| Hex | FF | 27 | F5 | 0 | 55 | 4 | 0 | 12F | 64 | 3A |
| Octal | 377 | 47 | 365 | 0 | 125 | 4 | 0 | 457 | 144 | 72 |
| Binary | 11111111 | 100111 | 11110101 | 0 | 1010101 | 100 | 0 | 100101111 | 1100100 | 111010 |
Color Harmonies of #FF27F5
Complementary color
Monochromatic Colors of #FF27F5
Black with #FF27F5
Text Example
Text Example
White with #FF27F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27F5; }
p { color: rgb(255,39,245); }
H1.HeaderClassName
{
color: #FF27F5;
}
.AnyTagClassName
{
color: #FF27F5;
}
</style>
background-color css
<style>
a { background-color: #FF27F5; }
a { background-color: rgb(255,39,245); }
div.DivClassName
{
background-color: #FF27F5;
}
.BgClassName
{
background-color: #FF27F5;
}
</style>
border-color css
<style>
span { border-color: #FF27F5; }
span { border-color: rgb(255,39,245); }
td.TdClassName
{
border-color: #FF27F5;
}
.TagClassName
{
border-color: #FF27F5;
}
</style>