Shades of Magenta #F307E5
Tints of Magenta #F307E5
RGB
CMYK
RGB Variations
Color information
#F307E5 (or 0xF307E5) is known color: Magenta. HEX triplet: F3, 07 and E5. RGB value is (243,7,229). Sum of RGB (Red+Green+Blue) = 243+7+229=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F307E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307E5 is #0CF81A. Grayscale: #666666. Windows color (decimal): -849947 or 15009779. OLE color: 15009779.
HSL color Cylindrical-coordinate representation of color #F307E5: hue angle of 303.56º 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 #F307E5 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.05 |
| HSL | 303.56º | 0.94% | 0.49% | - |
| HSV(B) | 303.56º | 0.97% | 0.95% | - |
| XYZ | 51.18 | 24.86 | 76.23 | - |
| YUV | 102.87 | 199.19 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 229 | 0 | 0.97 | 0.06 | 0.05 | 303.56 | 0.94 | 0.49 |
| Hex | F3 | 7 | E5 | 0 | 61 | 6 | 5 | 130 | 5E | 31 |
| Octal | 363 | 7 | 345 | 0 | 141 | 6 | 5 | 460 | 136 | 61 |
| Binary | 11110011 | 111 | 11100101 | 0 | 1100001 | 110 | 101 | 100110000 | 1011110 | 110001 |
Color Harmonies of #F307E5
Complementary color
Monochromatic Colors of #F307E5
Black with #F307E5
Text Example
Text Example
White with #F307E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307E5; }
p { color: rgb(243,7,229); }
H1.HeaderClassName
{
color: #F307E5;
}
.AnyTagClassName
{
color: #F307E5;
}
</style>
background-color css
<style>
a { background-color: #F307E5; }
a { background-color: rgb(243,7,229); }
div.DivClassName
{
background-color: #F307E5;
}
.BgClassName
{
background-color: #F307E5;
}
</style>
border-color css
<style>
span { border-color: #F307E5; }
span { border-color: rgb(243,7,229); }
td.TdClassName
{
border-color: #F307E5;
}
.TagClassName
{
border-color: #F307E5;
}
</style>