Shades of Magenta #F302FF
Tints of Magenta #F302FF
RGB
CMYK
RGB Variations
Color information
#F302FF (or 0xF302FF) is known color: Magenta. HEX triplet: F3, 02 and FF. RGB value is (243,2,255). Sum of RGB (Red+Green+Blue) = 243+2+255=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 2 (1.17% from 255 or 0.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #F302FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302FF is #0CFD00. Grayscale: #666666. Windows color (decimal): -851201 or 16712435. OLE color: 16712435.
HSL color Cylindrical-coordinate representation of color #F302FF: hue angle of 297.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302FF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 2 | 255 | - |
| CMYK | 0.05 | 0.99 | 0 | 0 |
| HSL | 297.15º | 1% | 0.5% | - |
| HSV(B) | 297.15º | 0.99% | 1% | - |
| XYZ | 55.03 | 26.32 | 96.79 | - |
| YUV | 102.9 | 213.84 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 255 | 0.05 | 0.99 | 0 | 0 | 297.15 | 1 | 0.5 |
| Hex | F3 | 2 | FF | 5 | 63 | 0 | 0 | 129 | 64 | 32 |
| Octal | 363 | 2 | 377 | 5 | 143 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110011 | 10 | 11111111 | 101 | 1100011 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F302FF
Complementary color
Monochromatic Colors of #F302FF
Black with #F302FF
Text Example
Text Example
White with #F302FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302FF; }
p { color: rgb(243,2,255); }
H1.HeaderClassName
{
color: #F302FF;
}
.AnyTagClassName
{
color: #F302FF;
}
</style>
background-color css
<style>
a { background-color: #F302FF; }
a { background-color: rgb(243,2,255); }
div.DivClassName
{
background-color: #F302FF;
}
.BgClassName
{
background-color: #F302FF;
}
</style>
border-color css
<style>
span { border-color: #F302FF; }
span { border-color: rgb(243,2,255); }
td.TdClassName
{
border-color: #F302FF;
}
.TagClassName
{
border-color: #F302FF;
}
</style>