Shades of Magenta #F803F4
Tints of Magenta #F803F4
RGB
CMYK
RGB Variations
Color information
#F803F4 (or 0xF803F4) is known color: Magenta. HEX triplet: F8, 03 and F4. RGB value is (248,3,244). Sum of RGB (Red+Green+Blue) = 248+3+244=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F803F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803F4 is #07FC0B. Grayscale: #676767. Windows color (decimal): -523276 or 15991800. OLE color: 15991800.
HSL color Cylindrical-coordinate representation of color #F803F4: hue angle of 300.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803F4 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 244 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.03 |
| HSL | 300.98º | 0.98% | 0.49% | - |
| HSV(B) | 300.98º | 0.99% | 0.97% | - |
| XYZ | 55.07 | 26.55 | 87.81 | - |
| YUV | 103.73 | 207.17 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 244 | 0 | 0.99 | 0.02 | 0.03 | 300.98 | 0.98 | 0.49 |
| Hex | F8 | 3 | F4 | 0 | 63 | 2 | 3 | 12D | 62 | 31 |
| Octal | 370 | 3 | 364 | 0 | 143 | 2 | 3 | 455 | 142 | 61 |
| Binary | 11111000 | 11 | 11110100 | 0 | 1100011 | 10 | 11 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F803F4
Complementary color
Monochromatic Colors of #F803F4
Black with #F803F4
Text Example
Text Example
White with #F803F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803F4; }
p { color: rgb(248,3,244); }
H1.HeaderClassName
{
color: #F803F4;
}
.AnyTagClassName
{
color: #F803F4;
}
</style>
background-color css
<style>
a { background-color: #F803F4; }
a { background-color: rgb(248,3,244); }
div.DivClassName
{
background-color: #F803F4;
}
.BgClassName
{
background-color: #F803F4;
}
</style>
border-color css
<style>
span { border-color: #F803F4; }
span { border-color: rgb(248,3,244); }
td.TdClassName
{
border-color: #F803F4;
}
.TagClassName
{
border-color: #F803F4;
}
</style>