Shades of Magenta #F301FF
Tints of Magenta #F301FF
RGB
CMYK
RGB Variations
Color information
#F301FF (or 0xF301FF) is known color: Magenta. HEX triplet: F3, 01 and FF. RGB value is (243,1,255). Sum of RGB (Red+Green+Blue) = 243+1+255=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #F301FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301FF is #0CFE00. Grayscale: #656565. Windows color (decimal): -851457 or 16712179. OLE color: 16712179.
HSL color Cylindrical-coordinate representation of color #F301FF: hue angle of 297.17º 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 #F301FF is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 1 | 255 | - |
| CMYK | 0.05 | 1.00 | 0 | 0 |
| HSL | 297.17º | 1% | 0.5% | - |
| HSV(B) | 297.17º | 1% | 1% | - |
| XYZ | 55.02 | 26.3 | 96.78 | - |
| YUV | 102.31 | 214.17 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 255 | 0.05 | 1.00 | 0 | 0 | 297.17 | 1 | 0.5 |
| Hex | F3 | 1 | FF | 5 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 363 | 1 | 377 | 5 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110011 | 1 | 11111111 | 101 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F301FF
Complementary color
Monochromatic Colors of #F301FF
Black with #F301FF
Text Example
Text Example
White with #F301FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301FF; }
p { color: rgb(243,1,255); }
H1.HeaderClassName
{
color: #F301FF;
}
.AnyTagClassName
{
color: #F301FF;
}
</style>
background-color css
<style>
a { background-color: #F301FF; }
a { background-color: rgb(243,1,255); }
div.DivClassName
{
background-color: #F301FF;
}
.BgClassName
{
background-color: #F301FF;
}
</style>
border-color css
<style>
span { border-color: #F301FF; }
span { border-color: rgb(243,1,255); }
td.TdClassName
{
border-color: #F301FF;
}
.TagClassName
{
border-color: #F301FF;
}
</style>