Shades of Magenta #F102FB
Tints of Magenta #F102FB
RGB
CMYK
RGB Variations
Color information
#F102FB (or 0xF102FB) is known color: Magenta. HEX triplet: F1, 02 and FB. RGB value is (241,2,251). Sum of RGB (Red+Green+Blue) = 241+2+251=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 2 (1.17% from 255 or 0.40% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #F102FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102FB is #0EFD04. Grayscale: #656565. Windows color (decimal): -982277 or 16450289. OLE color: 16450289.
HSL color Cylindrical-coordinate representation of color #F102FB: hue angle of 297.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102FB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 2 | 251 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.02 |
| HSL | 297.59º | 0.98% | 0.5% | - |
| HSV(B) | 297.59º | 0.99% | 0.98% | - |
| XYZ | 53.71 | 25.71 | 93.4 | - |
| YUV | 101.85 | 212.18 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 251 | 0.04 | 0.99 | 0 | 0.02 | 297.59 | 0.98 | 0.5 |
| Hex | F1 | 2 | FB | 4 | 63 | 0 | 2 | 12A | 62 | 32 |
| Octal | 361 | 2 | 373 | 4 | 143 | 0 | 2 | 452 | 142 | 62 |
| Binary | 11110001 | 10 | 11111011 | 100 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F102FB
Complementary color
Monochromatic Colors of #F102FB
Black with #F102FB
Text Example
Text Example
White with #F102FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102FB; }
p { color: rgb(241,2,251); }
H1.HeaderClassName
{
color: #F102FB;
}
.AnyTagClassName
{
color: #F102FB;
}
</style>
background-color css
<style>
a { background-color: #F102FB; }
a { background-color: rgb(241,2,251); }
div.DivClassName
{
background-color: #F102FB;
}
.BgClassName
{
background-color: #F102FB;
}
</style>
border-color css
<style>
span { border-color: #F102FB; }
span { border-color: rgb(241,2,251); }
td.TdClassName
{
border-color: #F102FB;
}
.TagClassName
{
border-color: #F102FB;
}
</style>