Shades of Magenta #F730FA
Tints of Magenta #F730FA
RGB
CMYK
RGB Variations
Color information
#F730FA (or 0xF730FA) is known color: Magenta. HEX triplet: F7, 30 and FA. RGB value is (247,48,250). Sum of RGB (Red+Green+Blue) = 247+48+250=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 48 (19.14% from 255 or 8.81% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #F730FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730FA is #08CF05. Grayscale: #818181. Windows color (decimal): -577286 or 16396535. OLE color: 16396535.
HSL color Cylindrical-coordinate representation of color #F730FA: hue angle of 299.11º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730FA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 48 | 250 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.02 |
| HSL | 299.11º | 0.95% | 0.58% | - |
| HSV(B) | 299.11º | 0.81% | 0.98% | - |
| XYZ | 56.67 | 28.79 | 93.01 | - |
| YUV | 130.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 250 | 0.01 | 0.81 | 0 | 0.02 | 299.11 | 0.95 | 0.58 |
| Hex | F7 | 30 | FA | 1 | 51 | 0 | 2 | 12B | 5F | 3A |
| Octal | 367 | 60 | 372 | 1 | 121 | 0 | 2 | 453 | 137 | 72 |
| Binary | 11110111 | 110000 | 11111010 | 1 | 1010001 | 0 | 10 | 100101011 | 1011111 | 111010 |
Color Harmonies of #F730FA
Complementary color
Monochromatic Colors of #F730FA
Black with #F730FA
Text Example
Text Example
White with #F730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730FA; }
p { color: rgb(247,48,250); }
H1.HeaderClassName
{
color: #F730FA;
}
.AnyTagClassName
{
color: #F730FA;
}
</style>
background-color css
<style>
a { background-color: #F730FA; }
a { background-color: rgb(247,48,250); }
div.DivClassName
{
background-color: #F730FA;
}
.BgClassName
{
background-color: #F730FA;
}
</style>
border-color css
<style>
span { border-color: #F730FA; }
span { border-color: rgb(247,48,250); }
td.TdClassName
{
border-color: #F730FA;
}
.TagClassName
{
border-color: #F730FA;
}
</style>