Shades of Magenta #F210FB
Tints of Magenta #F210FB
RGB
CMYK
RGB Variations
Color information
#F210FB (or 0xF210FB) is known color: Magenta. HEX triplet: F2, 10 and FB. RGB value is (242,16,251). Sum of RGB (Red+Green+Blue) = 242+16+251=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 16 (6.64% from 255 or 3.14% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #F210FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F210FB is #0DEF04. Grayscale: #6D6D6D. Windows color (decimal): -913157 or 16453874. OLE color: 16453874.
HSL color Cylindrical-coordinate representation of color #F210FB: hue angle of 297.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F210FB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 16 | 251 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.02 |
| HSL | 297.7º | 0.97% | 0.52% | - |
| HSV(B) | 297.7º | 0.94% | 0.98% | - |
| XYZ | 54.22 | 26.21 | 93.47 | - |
| YUV | 110.36 | 207.37 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 251 | 0.04 | 0.94 | 0 | 0.02 | 297.7 | 0.97 | 0.52 |
| Hex | F2 | 10 | FB | 4 | 5E | 0 | 2 | 12A | 61 | 34 |
| Octal | 362 | 20 | 373 | 4 | 136 | 0 | 2 | 452 | 141 | 64 |
| Binary | 11110010 | 10000 | 11111011 | 100 | 1011110 | 0 | 10 | 100101010 | 1100001 | 110100 |
Color Harmonies of #F210FB
Complementary color
Monochromatic Colors of #F210FB
Black with #F210FB
Text Example
Text Example
White with #F210FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210FB; }
p { color: rgb(242,16,251); }
H1.HeaderClassName
{
color: #F210FB;
}
.AnyTagClassName
{
color: #F210FB;
}
</style>
background-color css
<style>
a { background-color: #F210FB; }
a { background-color: rgb(242,16,251); }
div.DivClassName
{
background-color: #F210FB;
}
.BgClassName
{
background-color: #F210FB;
}
</style>
border-color css
<style>
span { border-color: #F210FB; }
span { border-color: rgb(242,16,251); }
td.TdClassName
{
border-color: #F210FB;
}
.TagClassName
{
border-color: #F210FB;
}
</style>