Shades of Magenta #F730FE
Tints of Magenta #F730FE
RGB
CMYK
RGB Variations
Color information
#F730FE (or 0xF730FE) is known color: Magenta. HEX triplet: F7, 30 and FE. RGB value is (247,48,254). Sum of RGB (Red+Green+Blue) = 247+48+254=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 48 (19.14% from 255 or 8.74% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #F730FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730FE is #08CF01. Grayscale: #828282. Windows color (decimal): -577282 or 16658679. OLE color: 16658679.
HSL color Cylindrical-coordinate representation of color #F730FE: hue angle of 297.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730FE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 48 | 254 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.00 |
| HSL | 297.96º | 0.99% | 0.59% | - |
| HSV(B) | 297.96º | 0.81% | 1% | - |
| XYZ | 57.3 | 29.04 | 96.35 | - |
| YUV | 130.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 254 | 0.03 | 0.81 | 0 | 0.00 | 297.96 | 0.99 | 0.59 |
| Hex | F7 | 30 | FE | 3 | 51 | 0 | 0 | 12A | 63 | 3B |
| Octal | 367 | 60 | 376 | 3 | 121 | 0 | 0 | 452 | 143 | 73 |
| Binary | 11110111 | 110000 | 11111110 | 11 | 1010001 | 0 | 0 | 100101010 | 1100011 | 111011 |
Color Harmonies of #F730FE
Complementary color
Monochromatic Colors of #F730FE
Black with #F730FE
Text Example
Text Example
White with #F730FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730FE; }
p { color: rgb(247,48,254); }
H1.HeaderClassName
{
color: #F730FE;
}
.AnyTagClassName
{
color: #F730FE;
}
</style>
background-color css
<style>
a { background-color: #F730FE; }
a { background-color: rgb(247,48,254); }
div.DivClassName
{
background-color: #F730FE;
}
.BgClassName
{
background-color: #F730FE;
}
</style>
border-color css
<style>
span { border-color: #F730FE; }
span { border-color: rgb(247,48,254); }
td.TdClassName
{
border-color: #F730FE;
}
.TagClassName
{
border-color: #F730FE;
}
</style>