Shades of Magenta #F300E6
Tints of Magenta #F300E6
RGB
CMYK
RGB Variations
Color information
#F300E6 (or 0xF300E6) is known color: Magenta. HEX triplet: F3, 00 and E6. RGB value is (243,0,230). Sum of RGB (Red+Green+Blue) = 243+0+230=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F300E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300E6 is #0CFF19. Grayscale: #626262. Windows color (decimal): -851738 or 15073523. OLE color: 15073523.
HSL color Cylindrical-coordinate representation of color #F300E6: hue angle of 303.21º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300E6 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.05 | 0.05 |
| HSL | 303.21º | 1% | 0.48% | - |
| HSV(B) | 303.21º | 1% | 0.95% | - |
| XYZ | 51.25 | 24.77 | 76.94 | - |
| YUV | 98.88 | 202.01 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 230 | 0 | 1 | 0.05 | 0.05 | 303.21 | 1 | 0.48 |
| Hex | F3 | 0 | E6 | 0 | 64 | 5 | 5 | 12F | 64 | 30 |
| Octal | 363 | 0 | 346 | 0 | 144 | 5 | 5 | 457 | 144 | 60 |
| Binary | 11110011 | 0 | 11100110 | 0 | 1100100 | 101 | 101 | 100101111 | 1100100 | 110000 |
Color Harmonies of #F300E6
Complementary color
Monochromatic Colors of #F300E6
Black with #F300E6
Text Example
Text Example
White with #F300E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300E6; }
p { color: rgb(243,0,230); }
H1.HeaderClassName
{
color: #F300E6;
}
.AnyTagClassName
{
color: #F300E6;
}
</style>
background-color css
<style>
a { background-color: #F300E6; }
a { background-color: rgb(243,0,230); }
div.DivClassName
{
background-color: #F300E6;
}
.BgClassName
{
background-color: #F300E6;
}
</style>
border-color css
<style>
span { border-color: #F300E6; }
span { border-color: rgb(243,0,230); }
td.TdClassName
{
border-color: #F300E6;
}
.TagClassName
{
border-color: #F300E6;
}
</style>