Shades of Magenta #F305FF
Tints of Magenta #F305FF
RGB
CMYK
RGB Variations
Color information
#F305FF (or 0xF305FF) is known color: Magenta. HEX triplet: F3, 05 and FF. RGB value is (243,5,255). Sum of RGB (Red+Green+Blue) = 243+5+255=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 5 (2.34% from 255 or 0.99% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F305FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F305FF is #0CFA00. Grayscale: #676767. Windows color (decimal): -850433 or 16713203. OLE color: 16713203.
HSL color Cylindrical-coordinate representation of color #F305FF: hue angle of 297.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305FF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 5 | 255 | - |
| CMYK | 0.05 | 0.98 | 0 | 0 |
| HSL | 297.12º | 1% | 0.51% | - |
| HSV(B) | 297.12º | 0.98% | 1% | - |
| XYZ | 55.07 | 26.38 | 96.8 | - |
| YUV | 104.66 | 212.85 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 255 | 0.05 | 0.98 | 0 | 0 | 297.12 | 1 | 0.51 |
| Hex | F3 | 5 | FF | 5 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 363 | 5 | 377 | 5 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110011 | 101 | 11111111 | 101 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F305FF
Complementary color
Monochromatic Colors of #F305FF
Black with #F305FF
Text Example
Text Example
White with #F305FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305FF; }
p { color: rgb(243,5,255); }
H1.HeaderClassName
{
color: #F305FF;
}
.AnyTagClassName
{
color: #F305FF;
}
</style>
background-color css
<style>
a { background-color: #F305FF; }
a { background-color: rgb(243,5,255); }
div.DivClassName
{
background-color: #F305FF;
}
.BgClassName
{
background-color: #F305FF;
}
</style>
border-color css
<style>
span { border-color: #F305FF; }
span { border-color: rgb(243,5,255); }
td.TdClassName
{
border-color: #F305FF;
}
.TagClassName
{
border-color: #F305FF;
}
</style>