Shades of Magenta #F102F9
Tints of Magenta #F102F9
RGB
CMYK
RGB Variations
Color information
#F102F9 (or 0xF102F9) is known color: Magenta. HEX triplet: F1, 02 and F9. RGB value is (241,2,249). Sum of RGB (Red+Green+Blue) = 241+2+249=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 2 (1.17% from 255 or 0.41% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #F102F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102F9 is #0EFD06. Grayscale: #646464. Windows color (decimal): -982279 or 16319217. OLE color: 16319217.
HSL color Cylindrical-coordinate representation of color #F102F9: hue angle of 298.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102F9 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 2 | 249 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.02 |
| HSL | 298.06º | 0.98% | 0.49% | - |
| HSV(B) | 298.06º | 0.99% | 0.98% | - |
| XYZ | 53.4 | 25.58 | 91.75 | - |
| YUV | 101.62 | 211.18 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 249 | 0.03 | 0.99 | 0 | 0.02 | 298.06 | 0.98 | 0.49 |
| Hex | F1 | 2 | F9 | 3 | 63 | 0 | 2 | 12A | 62 | 31 |
| Octal | 361 | 2 | 371 | 3 | 143 | 0 | 2 | 452 | 142 | 61 |
| Binary | 11110001 | 10 | 11111001 | 11 | 1100011 | 0 | 10 | 100101010 | 1100010 | 110001 |
Color Harmonies of #F102F9
Complementary color
Monochromatic Colors of #F102F9
Black with #F102F9
Text Example
Text Example
White with #F102F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102F9; }
p { color: rgb(241,2,249); }
H1.HeaderClassName
{
color: #F102F9;
}
.AnyTagClassName
{
color: #F102F9;
}
</style>
background-color css
<style>
a { background-color: #F102F9; }
a { background-color: rgb(241,2,249); }
div.DivClassName
{
background-color: #F102F9;
}
.BgClassName
{
background-color: #F102F9;
}
</style>
border-color css
<style>
span { border-color: #F102F9; }
span { border-color: rgb(241,2,249); }
td.TdClassName
{
border-color: #F102F9;
}
.TagClassName
{
border-color: #F102F9;
}
</style>