Shades of Magenta #F300FB
Tints of Magenta #F300FB
RGB
CMYK
RGB Variations
Color information
#F300FB (or 0xF300FB) is known color: Magenta. HEX triplet: F3, 00 and FB. RGB value is (243,0,251). Sum of RGB (Red+Green+Blue) = 243+0+251=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #F300FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FB is #0CFF04. Grayscale: #646464. Windows color (decimal): -851717 or 16449779. OLE color: 16449779.
HSL color Cylindrical-coordinate representation of color #F300FB: hue angle of 298.09º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300FB is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 0 | 251 | - |
| CMYK | 0.03 | 1 | 0 | 0.02 |
| HSL | 298.09º | 1% | 0.49% | - |
| HSV(B) | 298.09º | 1% | 0.98% | - |
| XYZ | 54.37 | 26.02 | 93.42 | - |
| YUV | 101.27 | 212.51 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 251 | 0.03 | 1 | 0 | 0.02 | 298.09 | 1 | 0.49 |
| Hex | F3 | 0 | FB | 3 | 64 | 0 | 2 | 12A | 64 | 31 |
| Octal | 363 | 0 | 373 | 3 | 144 | 0 | 2 | 452 | 144 | 61 |
| Binary | 11110011 | 0 | 11111011 | 11 | 1100100 | 0 | 10 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F300FB
Complementary color
Monochromatic Colors of #F300FB
Black with #F300FB
Text Example
Text Example
White with #F300FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300FB; }
p { color: rgb(243,0,251); }
H1.HeaderClassName
{
color: #F300FB;
}
.AnyTagClassName
{
color: #F300FB;
}
</style>
background-color css
<style>
a { background-color: #F300FB; }
a { background-color: rgb(243,0,251); }
div.DivClassName
{
background-color: #F300FB;
}
.BgClassName
{
background-color: #F300FB;
}
</style>
border-color css
<style>
span { border-color: #F300FB; }
span { border-color: rgb(243,0,251); }
td.TdClassName
{
border-color: #F300FB;
}
.TagClassName
{
border-color: #F300FB;
}
</style>