Shades of Magenta #F302F2
Tints of Magenta #F302F2
RGB
CMYK
RGB Variations
Color information
#F302F2 (or 0xF302F2) is known color: Magenta. HEX triplet: F3, 02 and F2. RGB value is (243,2,242). Sum of RGB (Red+Green+Blue) = 243+2+242=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F302F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302F2 is #0CFD0D. Grayscale: #646464. Windows color (decimal): -851214 or 15860467. OLE color: 15860467.
HSL color Cylindrical-coordinate representation of color #F302F2: hue angle of 300.25º 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 #F302F2 is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 242 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.05 |
| HSL | 300.25º | 0.98% | 0.48% | - |
| HSV(B) | 300.25º | 0.99% | 0.95% | - |
| XYZ | 53.01 | 25.51 | 86.13 | - |
| YUV | 101.42 | 207.34 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 242 | 0 | 0.99 | 0.00 | 0.05 | 300.25 | 0.98 | 0.48 |
| Hex | F3 | 2 | F2 | 0 | 63 | 0 | 5 | 12C | 62 | 30 |
| Octal | 363 | 2 | 362 | 0 | 143 | 0 | 5 | 454 | 142 | 60 |
| Binary | 11110011 | 10 | 11110010 | 0 | 1100011 | 0 | 101 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F302F2
Complementary color
Monochromatic Colors of #F302F2
Black with #F302F2
Text Example
Text Example
White with #F302F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302F2; }
p { color: rgb(243,2,242); }
H1.HeaderClassName
{
color: #F302F2;
}
.AnyTagClassName
{
color: #F302F2;
}
</style>
background-color css
<style>
a { background-color: #F302F2; }
a { background-color: rgb(243,2,242); }
div.DivClassName
{
background-color: #F302F2;
}
.BgClassName
{
background-color: #F302F2;
}
</style>
border-color css
<style>
span { border-color: #F302F2; }
span { border-color: rgb(243,2,242); }
td.TdClassName
{
border-color: #F302F2;
}
.TagClassName
{
border-color: #F302F2;
}
</style>