Shades of Magenta #F302F0
Tints of Magenta #F302F0
RGB
CMYK
RGB Variations
Color information
#F302F0 (or 0xF302F0) is known color: Magenta. HEX triplet: F3, 02 and F0. RGB value is (243,2,240). Sum of RGB (Red+Green+Blue) = 243+2+240=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F302F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302F0 is #0CFD0F. Grayscale: #646464. Windows color (decimal): -851216 or 15729395. OLE color: 15729395.
HSL color Cylindrical-coordinate representation of color #F302F0: hue angle of 300.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302F0 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 240 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.05 |
| HSL | 300.75º | 0.98% | 0.48% | - |
| HSV(B) | 300.75º | 0.99% | 0.95% | - |
| XYZ | 52.71 | 25.39 | 84.56 | - |
| YUV | 101.19 | 206.34 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 240 | 0 | 0.99 | 0.01 | 0.05 | 300.75 | 0.98 | 0.48 |
| Hex | F3 | 2 | F0 | 0 | 63 | 1 | 5 | 12D | 62 | 30 |
| Octal | 363 | 2 | 360 | 0 | 143 | 1 | 5 | 455 | 142 | 60 |
| Binary | 11110011 | 10 | 11110000 | 0 | 1100011 | 1 | 101 | 100101101 | 1100010 | 110000 |
Color Harmonies of #F302F0
Complementary color
Monochromatic Colors of #F302F0
Black with #F302F0
Text Example
Text Example
White with #F302F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302F0; }
p { color: rgb(243,2,240); }
H1.HeaderClassName
{
color: #F302F0;
}
.AnyTagClassName
{
color: #F302F0;
}
</style>
background-color css
<style>
a { background-color: #F302F0; }
a { background-color: rgb(243,2,240); }
div.DivClassName
{
background-color: #F302F0;
}
.BgClassName
{
background-color: #F302F0;
}
</style>
border-color css
<style>
span { border-color: #F302F0; }
span { border-color: rgb(243,2,240); }
td.TdClassName
{
border-color: #F302F0;
}
.TagClassName
{
border-color: #F302F0;
}
</style>