Shades of Magenta #F302F6
Tints of Magenta #F302F6
RGB
CMYK
RGB Variations
Color information
#F302F6 (or 0xF302F6) is known color: Magenta. HEX triplet: F3, 02 and F6. RGB value is (243,2,246). Sum of RGB (Red+Green+Blue) = 243+2+246=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #F302F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302F6 is #0CFD09. Grayscale: #656565. Windows color (decimal): -851210 or 16122611. OLE color: 16122611.
HSL color Cylindrical-coordinate representation of color #F302F6: hue angle of 299.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302F6 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 2 | 246 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.04 |
| HSL | 299.26º | 0.98% | 0.49% | - |
| HSV(B) | 299.26º | 0.99% | 0.96% | - |
| XYZ | 53.62 | 25.75 | 89.33 | - |
| YUV | 101.88 | 209.34 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 246 | 0.01 | 0.99 | 0 | 0.04 | 299.26 | 0.98 | 0.49 |
| Hex | F3 | 2 | F6 | 1 | 63 | 0 | 4 | 12B | 62 | 31 |
| Octal | 363 | 2 | 366 | 1 | 143 | 0 | 4 | 453 | 142 | 61 |
| Binary | 11110011 | 10 | 11110110 | 1 | 1100011 | 0 | 100 | 100101011 | 1100010 | 110001 |
Color Harmonies of #F302F6
Complementary color
Monochromatic Colors of #F302F6
Black with #F302F6
Text Example
Text Example
White with #F302F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302F6; }
p { color: rgb(243,2,246); }
H1.HeaderClassName
{
color: #F302F6;
}
.AnyTagClassName
{
color: #F302F6;
}
</style>
background-color css
<style>
a { background-color: #F302F6; }
a { background-color: rgb(243,2,246); }
div.DivClassName
{
background-color: #F302F6;
}
.BgClassName
{
background-color: #F302F6;
}
</style>
border-color css
<style>
span { border-color: #F302F6; }
span { border-color: rgb(243,2,246); }
td.TdClassName
{
border-color: #F302F6;
}
.TagClassName
{
border-color: #F302F6;
}
</style>