Shades of Magenta #F210F8
Tints of Magenta #F210F8
RGB
CMYK
RGB Variations
Color information
#F210F8 (or 0xF210F8) is known color: Magenta. HEX triplet: F2, 10 and F8. RGB value is (242,16,248). Sum of RGB (Red+Green+Blue) = 242+16+248=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #F210F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210F8 is #0DEF07. Grayscale: #6D6D6D. Windows color (decimal): -913160 or 16257266. OLE color: 16257266.
HSL color Cylindrical-coordinate representation of color #F210F8: hue angle of 298.45º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F210F8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 16 | 248 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.03 |
| HSL | 298.45º | 0.94% | 0.52% | - |
| HSV(B) | 298.45º | 0.94% | 0.97% | - |
| XYZ | 53.75 | 26.03 | 91 | - |
| YUV | 110.02 | 205.87 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 248 | 0.02 | 0.94 | 0 | 0.03 | 298.45 | 0.94 | 0.52 |
| Hex | F2 | 10 | F8 | 2 | 5E | 0 | 3 | 12A | 5E | 34 |
| Octal | 362 | 20 | 370 | 2 | 136 | 0 | 3 | 452 | 136 | 64 |
| Binary | 11110010 | 10000 | 11111000 | 10 | 1011110 | 0 | 11 | 100101010 | 1011110 | 110100 |
Color Harmonies of #F210F8
Complementary color
Monochromatic Colors of #F210F8
Black with #F210F8
Text Example
Text Example
White with #F210F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210F8; }
p { color: rgb(242,16,248); }
H1.HeaderClassName
{
color: #F210F8;
}
.AnyTagClassName
{
color: #F210F8;
}
</style>
background-color css
<style>
a { background-color: #F210F8; }
a { background-color: rgb(242,16,248); }
div.DivClassName
{
background-color: #F210F8;
}
.BgClassName
{
background-color: #F210F8;
}
</style>
border-color css
<style>
span { border-color: #F210F8; }
span { border-color: rgb(242,16,248); }
td.TdClassName
{
border-color: #F210F8;
}
.TagClassName
{
border-color: #F210F8;
}
</style>