Shades of Magenta #F306F2
Tints of Magenta #F306F2
RGB
CMYK
RGB Variations
Color information
#F306F2 (or 0xF306F2) is known color: Magenta. HEX triplet: F3, 06 and F2. RGB value is (243,6,242). Sum of RGB (Red+Green+Blue) = 243+6+242=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F306F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F306F2 is #0CF90D. Grayscale: #676767. Windows color (decimal): -850190 or 15861491. OLE color: 15861491.
HSL color Cylindrical-coordinate representation of color #F306F2: hue angle of 300.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306F2 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 242 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.05 |
| HSL | 300.25º | 0.95% | 0.49% | - |
| HSV(B) | 300.25º | 0.98% | 0.95% | - |
| XYZ | 53.05 | 25.6 | 86.15 | - |
| YUV | 103.77 | 206.02 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 242 | 0 | 0.98 | 0.00 | 0.05 | 300.25 | 0.95 | 0.49 |
| Hex | F3 | 6 | F2 | 0 | 62 | 0 | 5 | 12C | 5F | 31 |
| Octal | 363 | 6 | 362 | 0 | 142 | 0 | 5 | 454 | 137 | 61 |
| Binary | 11110011 | 110 | 11110010 | 0 | 1100010 | 0 | 101 | 100101100 | 1011111 | 110001 |
Color Harmonies of #F306F2
Complementary color
Monochromatic Colors of #F306F2
Black with #F306F2
Text Example
Text Example
White with #F306F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306F2; }
p { color: rgb(243,6,242); }
H1.HeaderClassName
{
color: #F306F2;
}
.AnyTagClassName
{
color: #F306F2;
}
</style>
background-color css
<style>
a { background-color: #F306F2; }
a { background-color: rgb(243,6,242); }
div.DivClassName
{
background-color: #F306F2;
}
.BgClassName
{
background-color: #F306F2;
}
</style>
border-color css
<style>
span { border-color: #F306F2; }
span { border-color: rgb(243,6,242); }
td.TdClassName
{
border-color: #F306F2;
}
.TagClassName
{
border-color: #F306F2;
}
</style>