Shades of Magenta #F307E7
Tints of Magenta #F307E7
RGB
CMYK
RGB Variations
Color information
#F307E7 (or 0xF307E7) is known color: Magenta. HEX triplet: F3, 07 and E7. RGB value is (243,7,231). Sum of RGB (Red+Green+Blue) = 243+7+231=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F307E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F307E7 is #0CF818. Grayscale: #666666. Windows color (decimal): -849945 or 15140851. OLE color: 15140851.
HSL color Cylindrical-coordinate representation of color #F307E7: hue angle of 303.05º 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 #F307E7 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 231 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.05 |
| HSL | 303.05º | 0.94% | 0.49% | - |
| HSV(B) | 303.05º | 0.97% | 0.95% | - |
| XYZ | 51.46 | 24.98 | 77.71 | - |
| YUV | 103.1 | 200.19 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 231 | 0 | 0.97 | 0.05 | 0.05 | 303.05 | 0.94 | 0.49 |
| Hex | F3 | 7 | E7 | 0 | 61 | 5 | 5 | 12F | 5E | 31 |
| Octal | 363 | 7 | 347 | 0 | 141 | 5 | 5 | 457 | 136 | 61 |
| Binary | 11110011 | 111 | 11100111 | 0 | 1100001 | 101 | 101 | 100101111 | 1011110 | 110001 |
Color Harmonies of #F307E7
Complementary color
Monochromatic Colors of #F307E7
Black with #F307E7
Text Example
Text Example
White with #F307E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307E7; }
p { color: rgb(243,7,231); }
H1.HeaderClassName
{
color: #F307E7;
}
.AnyTagClassName
{
color: #F307E7;
}
</style>
background-color css
<style>
a { background-color: #F307E7; }
a { background-color: rgb(243,7,231); }
div.DivClassName
{
background-color: #F307E7;
}
.BgClassName
{
background-color: #F307E7;
}
</style>
border-color css
<style>
span { border-color: #F307E7; }
span { border-color: rgb(243,7,231); }
td.TdClassName
{
border-color: #F307E7;
}
.TagClassName
{
border-color: #F307E7;
}
</style>