Shades of Magenta #FF00F8
Tints of Magenta #FF00F8
RGB
CMYK
RGB Variations
Color information
#FF00F8 (or 0xFF00F8) is known color: Magenta. HEX triplet: FF, 00 and F8. RGB value is (255,0,248). Sum of RGB (Red+Green+Blue) = 255+0+248=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 0 (0.39% from 255 or 0% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00F8 is #00FF07. Grayscale: #676767. Windows color (decimal): -65288 or 16253183. OLE color: 16253183.
HSL color Cylindrical-coordinate representation of color #FF00F8: hue angle of 301.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00F8 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 248 | - |
| CMYK | 0 | 1 | 0.03 | 0 |
| HSL | 301.65º | 1% | 0.5% | - |
| HSV(B) | 301.65º | 1% | 1% | - |
| XYZ | 58.18 | 28.04 | 91.15 | - |
| YUV | 104.52 | 208.98 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 248 | 0 | 1 | 0.03 | 0 | 301.65 | 1 | 0.5 |
| Hex | FF | 0 | F8 | 0 | 64 | 3 | 0 | 12E | 64 | 32 |
| Octal | 377 | 0 | 370 | 0 | 144 | 3 | 0 | 456 | 144 | 62 |
| Binary | 11111111 | 0 | 11111000 | 0 | 1100100 | 11 | 0 | 100101110 | 1100100 | 110010 |
Color Harmonies of #FF00F8
Complementary color
Monochromatic Colors of #FF00F8
Black with #FF00F8
Text Example
Text Example
White with #FF00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00F8; }
p { color: rgb(255,0,248); }
H1.HeaderClassName
{
color: #FF00F8;
}
.AnyTagClassName
{
color: #FF00F8;
}
</style>
background-color css
<style>
a { background-color: #FF00F8; }
a { background-color: rgb(255,0,248); }
div.DivClassName
{
background-color: #FF00F8;
}
.BgClassName
{
background-color: #FF00F8;
}
</style>
border-color css
<style>
span { border-color: #FF00F8; }
span { border-color: rgb(255,0,248); }
td.TdClassName
{
border-color: #FF00F8;
}
.TagClassName
{
border-color: #FF00F8;
}
</style>