Shades of Magenta #F302E8
Tints of Magenta #F302E8
RGB
CMYK
RGB Variations
Color information
#F302E8 (or 0xF302E8) is known color: Magenta. HEX triplet: F3, 02 and E8. RGB value is (243,2,232). Sum of RGB (Red+Green+Blue) = 243+2+232=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F302E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302E8 is #0CFD17. Grayscale: #636363. Windows color (decimal): -851224 or 15205107. OLE color: 15205107.
HSL color Cylindrical-coordinate representation of color #F302E8: hue angle of 302.74º 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 #F302E8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.05 |
| HSL | 302.74º | 0.98% | 0.48% | - |
| HSV(B) | 302.74º | 0.99% | 0.95% | - |
| XYZ | 51.55 | 24.92 | 78.44 | - |
| YUV | 100.28 | 202.34 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 232 | 0 | 0.99 | 0.05 | 0.05 | 302.74 | 0.98 | 0.48 |
| Hex | F3 | 2 | E8 | 0 | 63 | 5 | 5 | 12F | 62 | 30 |
| Octal | 363 | 2 | 350 | 0 | 143 | 5 | 5 | 457 | 142 | 60 |
| Binary | 11110011 | 10 | 11101000 | 0 | 1100011 | 101 | 101 | 100101111 | 1100010 | 110000 |
Color Harmonies of #F302E8
Complementary color
Monochromatic Colors of #F302E8
Black with #F302E8
Text Example
Text Example
White with #F302E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302E8; }
p { color: rgb(243,2,232); }
H1.HeaderClassName
{
color: #F302E8;
}
.AnyTagClassName
{
color: #F302E8;
}
</style>
background-color css
<style>
a { background-color: #F302E8; }
a { background-color: rgb(243,2,232); }
div.DivClassName
{
background-color: #F302E8;
}
.BgClassName
{
background-color: #F302E8;
}
</style>
border-color css
<style>
span { border-color: #F302E8; }
span { border-color: rgb(243,2,232); }
td.TdClassName
{
border-color: #F302E8;
}
.TagClassName
{
border-color: #F302E8;
}
</style>