Shades of Magenta #F300FD
Tints of Magenta #F300FD
RGB
CMYK
RGB Variations
Color information
#F300FD (or 0xF300FD) is known color: Magenta. HEX triplet: F3, 00 and FD. RGB value is (243,0,253). Sum of RGB (Red+Green+Blue) = 243+0+253=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #F300FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FD is #0CFF02. Grayscale: #646464. Windows color (decimal): -851715 or 16580851. OLE color: 16580851.
HSL color Cylindrical-coordinate representation of color #F300FD: hue angle of 297.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300FD is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 0 | 253 | - |
| CMYK | 0.04 | 1 | 0 | 0.01 |
| HSL | 297.63º | 1% | 0.5% | - |
| HSV(B) | 297.63º | 1% | 0.99% | - |
| XYZ | 54.69 | 26.15 | 95.09 | - |
| YUV | 101.5 | 213.51 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 253 | 0.04 | 1 | 0 | 0.01 | 297.63 | 1 | 0.5 |
| Hex | F3 | 0 | FD | 4 | 64 | 0 | 1 | 12A | 64 | 32 |
| Octal | 363 | 0 | 375 | 4 | 144 | 0 | 1 | 452 | 144 | 62 |
| Binary | 11110011 | 0 | 11111101 | 100 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F300FD
Complementary color
Monochromatic Colors of #F300FD
Black with #F300FD
Text Example
Text Example
White with #F300FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300FD; }
p { color: rgb(243,0,253); }
H1.HeaderClassName
{
color: #F300FD;
}
.AnyTagClassName
{
color: #F300FD;
}
</style>
background-color css
<style>
a { background-color: #F300FD; }
a { background-color: rgb(243,0,253); }
div.DivClassName
{
background-color: #F300FD;
}
.BgClassName
{
background-color: #F300FD;
}
</style>
border-color css
<style>
span { border-color: #F300FD; }
span { border-color: rgb(243,0,253); }
td.TdClassName
{
border-color: #F300FD;
}
.TagClassName
{
border-color: #F300FD;
}
</style>