Shades of Magenta #F802F5
Tints of Magenta #F802F5
RGB
CMYK
RGB Variations
Color information
#F802F5 (or 0xF802F5) is known color: Magenta. HEX triplet: F8, 02 and F5. RGB value is (248,2,245). Sum of RGB (Red+Green+Blue) = 248+2+245=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F802F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802F5 is #07FD0A. Grayscale: #666666. Windows color (decimal): -523531 or 16057080. OLE color: 16057080.
HSL color Cylindrical-coordinate representation of color #F802F5: hue angle of 300.73º 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 #F802F5 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 245 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.03 |
| HSL | 300.73º | 0.98% | 0.49% | - |
| HSV(B) | 300.73º | 0.99% | 0.97% | - |
| XYZ | 55.21 | 26.59 | 88.61 | - |
| YUV | 103.26 | 208 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 245 | 0 | 0.99 | 0.01 | 0.03 | 300.73 | 0.98 | 0.49 |
| Hex | F8 | 2 | F5 | 0 | 63 | 1 | 3 | 12D | 62 | 31 |
| Octal | 370 | 2 | 365 | 0 | 143 | 1 | 3 | 455 | 142 | 61 |
| Binary | 11111000 | 10 | 11110101 | 0 | 1100011 | 1 | 11 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F802F5
Complementary color
Monochromatic Colors of #F802F5
Black with #F802F5
Text Example
Text Example
White with #F802F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802F5; }
p { color: rgb(248,2,245); }
H1.HeaderClassName
{
color: #F802F5;
}
.AnyTagClassName
{
color: #F802F5;
}
</style>
background-color css
<style>
a { background-color: #F802F5; }
a { background-color: rgb(248,2,245); }
div.DivClassName
{
background-color: #F802F5;
}
.BgClassName
{
background-color: #F802F5;
}
</style>
border-color css
<style>
span { border-color: #F802F5; }
span { border-color: rgb(248,2,245); }
td.TdClassName
{
border-color: #F802F5;
}
.TagClassName
{
border-color: #F802F5;
}
</style>