Shades of Magenta #F306FE
Tints of Magenta #F306FE
RGB
CMYK
RGB Variations
Color information
#F306FE (or 0xF306FE) is known color: Magenta. HEX triplet: F3, 06 and FE. RGB value is (243,6,254). Sum of RGB (Red+Green+Blue) = 243+6+254=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 6 (2.73% from 255 or 1.19% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F306FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306FE is #0CF901. Grayscale: #686868. Windows color (decimal): -850178 or 16647923. OLE color: 16647923.
HSL color Cylindrical-coordinate representation of color #F306FE: hue angle of 297.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306FE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 6 | 254 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.00 |
| HSL | 297.34º | 0.99% | 0.51% | - |
| HSV(B) | 297.34º | 0.98% | 1% | - |
| XYZ | 54.92 | 26.34 | 95.96 | - |
| YUV | 105.14 | 212.02 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 254 | 0.04 | 0.98 | 0 | 0.00 | 297.34 | 0.99 | 0.51 |
| Hex | F3 | 6 | FE | 4 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 363 | 6 | 376 | 4 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110011 | 110 | 11111110 | 100 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F306FE
Complementary color
Monochromatic Colors of #F306FE
Black with #F306FE
Text Example
Text Example
White with #F306FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306FE; }
p { color: rgb(243,6,254); }
H1.HeaderClassName
{
color: #F306FE;
}
.AnyTagClassName
{
color: #F306FE;
}
</style>
background-color css
<style>
a { background-color: #F306FE; }
a { background-color: rgb(243,6,254); }
div.DivClassName
{
background-color: #F306FE;
}
.BgClassName
{
background-color: #F306FE;
}
</style>
border-color css
<style>
span { border-color: #F306FE; }
span { border-color: rgb(243,6,254); }
td.TdClassName
{
border-color: #F306FE;
}
.TagClassName
{
border-color: #F306FE;
}
</style>