Shades of Magenta #F300FF
Tints of Magenta #F300FF
RGB
CMYK
RGB Variations
Color information
#F300FF (or 0xF300FF) is known color: Magenta. HEX triplet: F3, 00 and FF. RGB value is (243,0,255). Sum of RGB (Red+Green+Blue) = 243+0+255=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #F300FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FF is #0CFF00. Grayscale: #646464. Windows color (decimal): -851713 or 16711923. OLE color: 16711923.
HSL color Cylindrical-coordinate representation of color #F300FF: hue angle of 297.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300FF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 0 | 255 | - |
| CMYK | 0.05 | 1 | 0 | 0 |
| HSL | 297.18º | 1% | 0.5% | - |
| HSV(B) | 297.18º | 1% | 1% | - |
| XYZ | 55.01 | 26.27 | 96.78 | - |
| YUV | 101.73 | 214.51 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 255 | 0.05 | 1 | 0 | 0 | 297.18 | 1 | 0.5 |
| Hex | F3 | 0 | FF | 5 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 363 | 0 | 377 | 5 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110011 | 0 | 11111111 | 101 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F300FF
Complementary color
Monochromatic Colors of #F300FF
Black with #F300FF
Text Example
Text Example
White with #F300FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300FF; }
p { color: rgb(243,0,255); }
H1.HeaderClassName
{
color: #F300FF;
}
.AnyTagClassName
{
color: #F300FF;
}
</style>
background-color css
<style>
a { background-color: #F300FF; }
a { background-color: rgb(243,0,255); }
div.DivClassName
{
background-color: #F300FF;
}
.BgClassName
{
background-color: #F300FF;
}
</style>
border-color css
<style>
span { border-color: #F300FF; }
span { border-color: rgb(243,0,255); }
td.TdClassName
{
border-color: #F300FF;
}
.TagClassName
{
border-color: #F300FF;
}
</style>