Shades of Magenta #F800F5
Tints of Magenta #F800F5
RGB
CMYK
RGB Variations
Color information
#F800F5 (or 0xF800F5) is known color: Magenta. HEX triplet: F8, 00 and F5. RGB value is (248,0,245). Sum of RGB (Red+Green+Blue) = 248+0+245=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F800F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F5 is #07FF0A. Grayscale: #656565. Windows color (decimal): -524043 or 16056568. OLE color: 16056568.
HSL color Cylindrical-coordinate representation of color #F800F5: hue angle of 300.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800F5 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 245 | - |
| CMYK | 0 | 1 | 0.01 | 0.03 |
| HSL | 300.73º | 1% | 0.49% | - |
| HSV(B) | 300.73º | 1% | 0.97% | - |
| XYZ | 55.19 | 26.55 | 88.6 | - |
| YUV | 102.08 | 208.66 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 245 | 0 | 1 | 0.01 | 0.03 | 300.73 | 1 | 0.49 |
| Hex | F8 | 0 | F5 | 0 | 64 | 1 | 3 | 12D | 64 | 31 |
| Octal | 370 | 0 | 365 | 0 | 144 | 1 | 3 | 455 | 144 | 61 |
| Binary | 11111000 | 0 | 11110101 | 0 | 1100100 | 1 | 11 | 100101101 | 1100100 | 110001 |
Color Harmonies of #F800F5
Complementary color
Monochromatic Colors of #F800F5
Black with #F800F5
Text Example
Text Example
White with #F800F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800F5; }
p { color: rgb(248,0,245); }
H1.HeaderClassName
{
color: #F800F5;
}
.AnyTagClassName
{
color: #F800F5;
}
</style>
background-color css
<style>
a { background-color: #F800F5; }
a { background-color: rgb(248,0,245); }
div.DivClassName
{
background-color: #F800F5;
}
.BgClassName
{
background-color: #F800F5;
}
</style>
border-color css
<style>
span { border-color: #F800F5; }
span { border-color: rgb(248,0,245); }
td.TdClassName
{
border-color: #F800F5;
}
.TagClassName
{
border-color: #F800F5;
}
</style>