Shades of Magenta #F301FC
Tints of Magenta #F301FC
RGB
CMYK
RGB Variations
Color information
#F301FC (or 0xF301FC) is known color: Magenta. HEX triplet: F3, 01 and FC. RGB value is (243,1,252). Sum of RGB (Red+Green+Blue) = 243+1+252=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #F301FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301FC is #0CFE03. Grayscale: #656565. Windows color (decimal): -851460 or 16515571. OLE color: 16515571.
HSL color Cylindrical-coordinate representation of color #F301FC: hue angle of 297.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301FC is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 1 | 252 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.01 |
| HSL | 297.85º | 0.99% | 0.5% | - |
| HSV(B) | 297.85º | 1% | 0.99% | - |
| XYZ | 54.54 | 26.1 | 94.26 | - |
| YUV | 101.97 | 212.67 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 252 | 0.04 | 1.00 | 0 | 0.01 | 297.85 | 0.99 | 0.5 |
| Hex | F3 | 1 | FC | 4 | 64 | 0 | 1 | 12A | 63 | 32 |
| Octal | 363 | 1 | 374 | 4 | 144 | 0 | 1 | 452 | 143 | 62 |
| Binary | 11110011 | 1 | 11111100 | 100 | 1100100 | 0 | 1 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F301FC
Complementary color
Monochromatic Colors of #F301FC
Black with #F301FC
Text Example
Text Example
White with #F301FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301FC; }
p { color: rgb(243,1,252); }
H1.HeaderClassName
{
color: #F301FC;
}
.AnyTagClassName
{
color: #F301FC;
}
</style>
background-color css
<style>
a { background-color: #F301FC; }
a { background-color: rgb(243,1,252); }
div.DivClassName
{
background-color: #F301FC;
}
.BgClassName
{
background-color: #F301FC;
}
</style>
border-color css
<style>
span { border-color: #F301FC; }
span { border-color: rgb(243,1,252); }
td.TdClassName
{
border-color: #F301FC;
}
.TagClassName
{
border-color: #F301FC;
}
</style>