Shades of Magenta #F027F5
Tints of Magenta #F027F5
RGB
CMYK
RGB Variations
Color information
#F027F5 (or 0xF027F5) is known color: Magenta. HEX triplet: F0, 27 and F5. RGB value is (240,39,245). Sum of RGB (Red+Green+Blue) = 240+39+245=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 39 (15.62% from 255 or 7.44% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #F027F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F027F5 is #0FD80A. Grayscale: #797979. Windows color (decimal): -1038347 or 16066544. OLE color: 16066544.
HSL color Cylindrical-coordinate representation of color #F027F5: hue angle of 298.54º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F027F5 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 39 | 245 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.04 |
| HSL | 298.54º | 0.91% | 0.56% | - |
| HSV(B) | 298.54º | 0.84% | 0.96% | - |
| XYZ | 53.14 | 26.57 | 88.71 | - |
| YUV | 122.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 39 | 245 | 0.02 | 0.84 | 0 | 0.04 | 298.54 | 0.91 | 0.56 |
| Hex | F0 | 27 | F5 | 2 | 54 | 0 | 4 | 12B | 5B | 38 |
| Octal | 360 | 47 | 365 | 2 | 124 | 0 | 4 | 453 | 133 | 70 |
| Binary | 11110000 | 100111 | 11110101 | 10 | 1010100 | 0 | 100 | 100101011 | 1011011 | 111000 |
Color Harmonies of #F027F5
Complementary color
Monochromatic Colors of #F027F5
Black with #F027F5
Text Example
Text Example
White with #F027F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F027F5; }
p { color: rgb(240,39,245); }
H1.HeaderClassName
{
color: #F027F5;
}
.AnyTagClassName
{
color: #F027F5;
}
</style>
background-color css
<style>
a { background-color: #F027F5; }
a { background-color: rgb(240,39,245); }
div.DivClassName
{
background-color: #F027F5;
}
.BgClassName
{
background-color: #F027F5;
}
</style>
border-color css
<style>
span { border-color: #F027F5; }
span { border-color: rgb(240,39,245); }
td.TdClassName
{
border-color: #F027F5;
}
.TagClassName
{
border-color: #F027F5;
}
</style>