Shades of Magenta #F307F0
Tints of Magenta #F307F0
RGB
CMYK
RGB Variations
Color information
#F307F0 (or 0xF307F0) is known color: Magenta. HEX triplet: F3, 07 and F0. RGB value is (243,7,240). Sum of RGB (Red+Green+Blue) = 243+7+240=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 7 (3.12% from 255 or 1.43% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F307F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307F0 is #0CF80F. Grayscale: #676767. Windows color (decimal): -849936 or 15730675. OLE color: 15730675.
HSL color Cylindrical-coordinate representation of color #F307F0: hue angle of 300.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307F0 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 240 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.05 |
| HSL | 300.76º | 0.94% | 0.49% | - |
| HSV(B) | 300.76º | 0.97% | 0.95% | - |
| XYZ | 52.77 | 25.5 | 84.58 | - |
| YUV | 104.13 | 204.69 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 240 | 0 | 0.97 | 0.01 | 0.05 | 300.76 | 0.94 | 0.49 |
| Hex | F3 | 7 | F0 | 0 | 61 | 1 | 5 | 12D | 5E | 31 |
| Octal | 363 | 7 | 360 | 0 | 141 | 1 | 5 | 455 | 136 | 61 |
| Binary | 11110011 | 111 | 11110000 | 0 | 1100001 | 1 | 101 | 100101101 | 1011110 | 110001 |
Color Harmonies of #F307F0
Complementary color
Monochromatic Colors of #F307F0
Black with #F307F0
Text Example
Text Example
White with #F307F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307F0; }
p { color: rgb(243,7,240); }
H1.HeaderClassName
{
color: #F307F0;
}
.AnyTagClassName
{
color: #F307F0;
}
</style>
background-color css
<style>
a { background-color: #F307F0; }
a { background-color: rgb(243,7,240); }
div.DivClassName
{
background-color: #F307F0;
}
.BgClassName
{
background-color: #F307F0;
}
</style>
border-color css
<style>
span { border-color: #F307F0; }
span { border-color: rgb(243,7,240); }
td.TdClassName
{
border-color: #F307F0;
}
.TagClassName
{
border-color: #F307F0;
}
</style>