Shades of Magenta #F302F4
Tints of Magenta #F302F4
RGB
CMYK
RGB Variations
Color information
#F302F4 (or 0xF302F4) is known color: Magenta. HEX triplet: F3, 02 and F4. RGB value is (243,2,244). Sum of RGB (Red+Green+Blue) = 243+2+244=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #F302F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F302F4 is #0CFD0B. Grayscale: #646464. Windows color (decimal): -851212 or 15991539. OLE color: 15991539.
HSL color Cylindrical-coordinate representation of color #F302F4: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302F4 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 2 | 244 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.04 |
| HSL | 299.75º | 0.98% | 0.48% | - |
| HSV(B) | 299.75º | 0.99% | 0.96% | - |
| XYZ | 53.31 | 25.63 | 87.73 | - |
| YUV | 101.65 | 208.34 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 244 | 0.00 | 0.99 | 0 | 0.04 | 299.75 | 0.98 | 0.48 |
| Hex | F3 | 2 | F4 | 0 | 63 | 0 | 4 | 12C | 62 | 30 |
| Octal | 363 | 2 | 364 | 0 | 143 | 0 | 4 | 454 | 142 | 60 |
| Binary | 11110011 | 10 | 11110100 | 0 | 1100011 | 0 | 100 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F302F4
Complementary color
Monochromatic Colors of #F302F4
Black with #F302F4
Text Example
Text Example
White with #F302F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302F4; }
p { color: rgb(243,2,244); }
H1.HeaderClassName
{
color: #F302F4;
}
.AnyTagClassName
{
color: #F302F4;
}
</style>
background-color css
<style>
a { background-color: #F302F4; }
a { background-color: rgb(243,2,244); }
div.DivClassName
{
background-color: #F302F4;
}
.BgClassName
{
background-color: #F302F4;
}
</style>
border-color css
<style>
span { border-color: #F302F4; }
span { border-color: rgb(243,2,244); }
td.TdClassName
{
border-color: #F302F4;
}
.TagClassName
{
border-color: #F302F4;
}
</style>