Shades of Magenta #F302FE
Tints of Magenta #F302FE
RGB
CMYK
RGB Variations
Color information
#F302FE (or 0xF302FE) is known color: Magenta. HEX triplet: F3, 02 and FE. RGB value is (243,2,254). Sum of RGB (Red+Green+Blue) = 243+2+254=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 2 (1.17% from 255 or 0.40% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #F302FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302FE is #0CFD01. Grayscale: #666666. Windows color (decimal): -851202 or 16646899. OLE color: 16646899.
HSL color Cylindrical-coordinate representation of color #F302FE: hue angle of 297.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302FE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 2 | 254 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.00 |
| HSL | 297.38º | 0.99% | 0.5% | - |
| HSV(B) | 297.38º | 0.99% | 1% | - |
| XYZ | 54.87 | 26.25 | 95.94 | - |
| YUV | 102.79 | 213.34 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 254 | 0.04 | 0.99 | 0 | 0.00 | 297.38 | 0.99 | 0.5 |
| Hex | F3 | 2 | FE | 4 | 63 | 0 | 0 | 129 | 63 | 32 |
| Octal | 363 | 2 | 376 | 4 | 143 | 0 | 0 | 451 | 143 | 62 |
| Binary | 11110011 | 10 | 11111110 | 100 | 1100011 | 0 | 0 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F302FE
Complementary color
Monochromatic Colors of #F302FE
Black with #F302FE
Text Example
Text Example
White with #F302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302FE; }
p { color: rgb(243,2,254); }
H1.HeaderClassName
{
color: #F302FE;
}
.AnyTagClassName
{
color: #F302FE;
}
</style>
background-color css
<style>
a { background-color: #F302FE; }
a { background-color: rgb(243,2,254); }
div.DivClassName
{
background-color: #F302FE;
}
.BgClassName
{
background-color: #F302FE;
}
</style>
border-color css
<style>
span { border-color: #F302FE; }
span { border-color: rgb(243,2,254); }
td.TdClassName
{
border-color: #F302FE;
}
.TagClassName
{
border-color: #F302FE;
}
</style>