Shades of Magenta #F802F3
Tints of Magenta #F802F3
RGB
CMYK
RGB Variations
Color information
#F802F3 (or 0xF802F3) is known color: Magenta. HEX triplet: F8, 02 and F3. RGB value is (248,2,243). Sum of RGB (Red+Green+Blue) = 248+2+243=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F802F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802F3 is #07FD0C. Grayscale: #666666. Windows color (decimal): -523533 or 15926008. OLE color: 15926008.
HSL color Cylindrical-coordinate representation of color #F802F3: hue angle of 301.22º 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 #F802F3 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 243 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.03 |
| HSL | 301.22º | 0.98% | 0.49% | - |
| HSV(B) | 301.22º | 0.99% | 0.97% | - |
| XYZ | 54.91 | 26.47 | 87.01 | - |
| YUV | 103.03 | 207 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 243 | 0 | 0.99 | 0.02 | 0.03 | 301.22 | 0.98 | 0.49 |
| Hex | F8 | 2 | F3 | 0 | 63 | 2 | 3 | 12D | 62 | 31 |
| Octal | 370 | 2 | 363 | 0 | 143 | 2 | 3 | 455 | 142 | 61 |
| Binary | 11111000 | 10 | 11110011 | 0 | 1100011 | 10 | 11 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F802F3
Complementary color
Monochromatic Colors of #F802F3
Black with #F802F3
Text Example
Text Example
White with #F802F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802F3; }
p { color: rgb(248,2,243); }
H1.HeaderClassName
{
color: #F802F3;
}
.AnyTagClassName
{
color: #F802F3;
}
</style>
background-color css
<style>
a { background-color: #F802F3; }
a { background-color: rgb(248,2,243); }
div.DivClassName
{
background-color: #F802F3;
}
.BgClassName
{
background-color: #F802F3;
}
</style>
border-color css
<style>
span { border-color: #F802F3; }
span { border-color: rgb(248,2,243); }
td.TdClassName
{
border-color: #F802F3;
}
.TagClassName
{
border-color: #F802F3;
}
</style>