Shades of Magenta #F305E7
Tints of Magenta #F305E7
RGB
CMYK
RGB Variations
Color information
#F305E7 (or 0xF305E7) is known color: Magenta. HEX triplet: F3, 05 and E7. RGB value is (243,5,231). Sum of RGB (Red+Green+Blue) = 243+5+231=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F305E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305E7 is #0CFA18. Grayscale: #656565. Windows color (decimal): -850457 or 15140339. OLE color: 15140339.
HSL color Cylindrical-coordinate representation of color #F305E7: hue angle of 303.03º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305E7 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.03º | 0.96% | 0.49% | - |
| HSV(B) | 303.03º | 0.98% | 0.95% | - |
| XYZ | 51.44 | 24.93 | 77.7 | - |
| YUV | 101.93 | 200.85 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 231 | 0 | 0.98 | 0.05 | 0.05 | 303.03 | 0.96 | 0.49 |
| Hex | F3 | 5 | E7 | 0 | 62 | 5 | 5 | 12F | 60 | 31 |
| Octal | 363 | 5 | 347 | 0 | 142 | 5 | 5 | 457 | 140 | 61 |
| Binary | 11110011 | 101 | 11100111 | 0 | 1100010 | 101 | 101 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F305E7
Complementary color
Monochromatic Colors of #F305E7
Black with #F305E7
Text Example
Text Example
White with #F305E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305E7; }
p { color: rgb(243,5,231); }
H1.HeaderClassName
{
color: #F305E7;
}
.AnyTagClassName
{
color: #F305E7;
}
</style>
background-color css
<style>
a { background-color: #F305E7; }
a { background-color: rgb(243,5,231); }
div.DivClassName
{
background-color: #F305E7;
}
.BgClassName
{
background-color: #F305E7;
}
</style>
border-color css
<style>
span { border-color: #F305E7; }
span { border-color: rgb(243,5,231); }
td.TdClassName
{
border-color: #F305E7;
}
.TagClassName
{
border-color: #F305E7;
}
</style>