Shades of Magenta #F803FF
Tints of Magenta #F803FF
RGB
CMYK
RGB Variations
Color information
#F803FF (or 0xF803FF) is known color: Magenta. HEX triplet: F8, 03 and FF. RGB value is (248,3,255). Sum of RGB (Red+Green+Blue) = 248+3+255=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 3 (1.56% from 255 or 0.59% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #F803FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803FF is #07FC00. Grayscale: #686868. Windows color (decimal): -523265 or 16712696. OLE color: 16712696.
HSL color Cylindrical-coordinate representation of color #F803FF: hue angle of 298.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803FF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 3 | 255 | - |
| CMYK | 0.03 | 0.99 | 0 | 0 |
| HSL | 298.33º | 1% | 0.51% | - |
| HSV(B) | 298.33º | 0.99% | 1% | - |
| XYZ | 56.79 | 27.24 | 96.87 | - |
| YUV | 104.98 | 212.67 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 255 | 0.03 | 0.99 | 0 | 0 | 298.33 | 1 | 0.51 |
| Hex | F8 | 3 | FF | 3 | 63 | 0 | 0 | 12A | 64 | 33 |
| Octal | 370 | 3 | 377 | 3 | 143 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11111000 | 11 | 11111111 | 11 | 1100011 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F803FF
Complementary color
Monochromatic Colors of #F803FF
Black with #F803FF
Text Example
Text Example
White with #F803FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803FF; }
p { color: rgb(248,3,255); }
H1.HeaderClassName
{
color: #F803FF;
}
.AnyTagClassName
{
color: #F803FF;
}
</style>
background-color css
<style>
a { background-color: #F803FF; }
a { background-color: rgb(248,3,255); }
div.DivClassName
{
background-color: #F803FF;
}
.BgClassName
{
background-color: #F803FF;
}
</style>
border-color css
<style>
span { border-color: #F803FF; }
span { border-color: rgb(248,3,255); }
td.TdClassName
{
border-color: #F803FF;
}
.TagClassName
{
border-color: #F803FF;
}
</style>