Shades of Magenta #F803ED
Tints of Magenta #F803ED
RGB
CMYK
RGB Variations
Color information
#F803ED (or 0xF803ED) is known color: Magenta. HEX triplet: F8, 03 and ED. RGB value is (248,3,237). Sum of RGB (Red+Green+Blue) = 248+3+237=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 3 (1.56% from 255 or 0.61% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F803ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803ED is #07FC12. Grayscale: #666666. Windows color (decimal): -523283 or 15533048. OLE color: 15533048.
HSL color Cylindrical-coordinate representation of color #F803ED: hue angle of 302.69º 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 #F803ED is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.03 |
| HSL | 302.69º | 0.98% | 0.49% | - |
| HSV(B) | 302.69º | 0.99% | 0.97% | - |
| XYZ | 54.03 | 26.14 | 82.32 | - |
| YUV | 102.93 | 203.67 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 237 | 0 | 0.99 | 0.04 | 0.03 | 302.69 | 0.98 | 0.49 |
| Hex | F8 | 3 | ED | 0 | 63 | 4 | 3 | 12F | 62 | 31 |
| Octal | 370 | 3 | 355 | 0 | 143 | 4 | 3 | 457 | 142 | 61 |
| Binary | 11111000 | 11 | 11101101 | 0 | 1100011 | 100 | 11 | 100101111 | 1100010 | 110001 |
Color Harmonies of #F803ED
Complementary color
Monochromatic Colors of #F803ED
Black with #F803ED
Text Example
Text Example
White with #F803ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803ED; }
p { color: rgb(248,3,237); }
H1.HeaderClassName
{
color: #F803ED;
}
.AnyTagClassName
{
color: #F803ED;
}
</style>
background-color css
<style>
a { background-color: #F803ED; }
a { background-color: rgb(248,3,237); }
div.DivClassName
{
background-color: #F803ED;
}
.BgClassName
{
background-color: #F803ED;
}
</style>
border-color css
<style>
span { border-color: #F803ED; }
span { border-color: rgb(248,3,237); }
td.TdClassName
{
border-color: #F803ED;
}
.TagClassName
{
border-color: #F803ED;
}
</style>