Shades of Magenta #F800FD
Tints of Magenta #F800FD
RGB
CMYK
RGB Variations
Color information
#F800FD (or 0xF800FD) is known color: Magenta. HEX triplet: F8, 00 and FD. RGB value is (248,0,253). Sum of RGB (Red+Green+Blue) = 248+0+253=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 0 (0.39% from 255 or 0% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F800FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800FD is #07FF02. Grayscale: #666666. Windows color (decimal): -524035 or 16580856. OLE color: 16580856.
HSL color Cylindrical-coordinate representation of color #F800FD: hue angle of 298.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800FD is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 0 | 253 | - |
| CMYK | 0.02 | 1 | 0 | 0.01 |
| HSL | 298.81º | 1% | 0.5% | - |
| HSV(B) | 298.81º | 1% | 0.99% | - |
| XYZ | 56.44 | 27.05 | 95.17 | - |
| YUV | 102.99 | 212.66 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 253 | 0.02 | 1 | 0 | 0.01 | 298.81 | 1 | 0.5 |
| Hex | F8 | 0 | FD | 2 | 64 | 0 | 1 | 12B | 64 | 32 |
| Octal | 370 | 0 | 375 | 2 | 144 | 0 | 1 | 453 | 144 | 62 |
| Binary | 11111000 | 0 | 11111101 | 10 | 1100100 | 0 | 1 | 100101011 | 1100100 | 110010 |
Color Harmonies of #F800FD
Complementary color
Monochromatic Colors of #F800FD
Black with #F800FD
Text Example
Text Example
White with #F800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800FD; }
p { color: rgb(248,0,253); }
H1.HeaderClassName
{
color: #F800FD;
}
.AnyTagClassName
{
color: #F800FD;
}
</style>
background-color css
<style>
a { background-color: #F800FD; }
a { background-color: rgb(248,0,253); }
div.DivClassName
{
background-color: #F800FD;
}
.BgClassName
{
background-color: #F800FD;
}
</style>
border-color css
<style>
span { border-color: #F800FD; }
span { border-color: rgb(248,0,253); }
td.TdClassName
{
border-color: #F800FD;
}
.TagClassName
{
border-color: #F800FD;
}
</style>