Shades of Magenta #F301FD
Tints of Magenta #F301FD
RGB
CMYK
RGB Variations
Color information
#F301FD (or 0xF301FD) is known color: Magenta. HEX triplet: F3, 01 and FD. RGB value is (243,1,253). Sum of RGB (Red+Green+Blue) = 243+1+253=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #F301FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301FD is #0CFE02. Grayscale: #656565. Windows color (decimal): -851459 or 16581107. OLE color: 16581107.
HSL color Cylindrical-coordinate representation of color #F301FD: hue angle of 297.62º 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 #F301FD is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 1 | 253 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.01 |
| HSL | 297.62º | 0.99% | 0.5% | - |
| HSV(B) | 297.62º | 1% | 0.99% | - |
| XYZ | 54.7 | 26.17 | 95.1 | - |
| YUV | 102.09 | 213.17 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 253 | 0.04 | 1.00 | 0 | 0.01 | 297.62 | 0.99 | 0.5 |
| Hex | F3 | 1 | FD | 4 | 64 | 0 | 1 | 12A | 63 | 32 |
| Octal | 363 | 1 | 375 | 4 | 144 | 0 | 1 | 452 | 143 | 62 |
| Binary | 11110011 | 1 | 11111101 | 100 | 1100100 | 0 | 1 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F301FD
Complementary color
Monochromatic Colors of #F301FD
Black with #F301FD
Text Example
Text Example
White with #F301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301FD; }
p { color: rgb(243,1,253); }
H1.HeaderClassName
{
color: #F301FD;
}
.AnyTagClassName
{
color: #F301FD;
}
</style>
background-color css
<style>
a { background-color: #F301FD; }
a { background-color: rgb(243,1,253); }
div.DivClassName
{
background-color: #F301FD;
}
.BgClassName
{
background-color: #F301FD;
}
</style>
border-color css
<style>
span { border-color: #F301FD; }
span { border-color: rgb(243,1,253); }
td.TdClassName
{
border-color: #F301FD;
}
.TagClassName
{
border-color: #F301FD;
}
</style>