Shades of Magenta #F201F9
Tints of Magenta #F201F9
RGB
CMYK
RGB Variations
Color information
#F201F9 (or 0xF201F9) is known color: Magenta. HEX triplet: F2, 01 and F9. RGB value is (242,1,249). Sum of RGB (Red+Green+Blue) = 242+1+249=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 1 (0.78% from 255 or 0.20% 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 #F201F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201F9 is #0DFE06. Grayscale: #646464. Windows color (decimal): -916999 or 16318962. OLE color: 16318962.
HSL color Cylindrical-coordinate representation of color #F201F9: hue angle of 298.31º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201F9 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 1 | 249 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.02 |
| HSL | 298.31º | 0.99% | 0.49% | - |
| HSV(B) | 298.31º | 1% | 0.98% | - |
| XYZ | 53.73 | 25.74 | 91.76 | - |
| YUV | 101.33 | 211.34 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 249 | 0.03 | 1.00 | 0 | 0.02 | 298.31 | 0.99 | 0.49 |
| Hex | F2 | 1 | F9 | 3 | 64 | 0 | 2 | 12A | 63 | 31 |
| Octal | 362 | 1 | 371 | 3 | 144 | 0 | 2 | 452 | 143 | 61 |
| Binary | 11110010 | 1 | 11111001 | 11 | 1100100 | 0 | 10 | 100101010 | 1100011 | 110001 |
Color Harmonies of #F201F9
Complementary color
Monochromatic Colors of #F201F9
Black with #F201F9
Text Example
Text Example
White with #F201F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201F9; }
p { color: rgb(242,1,249); }
H1.HeaderClassName
{
color: #F201F9;
}
.AnyTagClassName
{
color: #F201F9;
}
</style>
background-color css
<style>
a { background-color: #F201F9; }
a { background-color: rgb(242,1,249); }
div.DivClassName
{
background-color: #F201F9;
}
.BgClassName
{
background-color: #F201F9;
}
</style>
border-color css
<style>
span { border-color: #F201F9; }
span { border-color: rgb(242,1,249); }
td.TdClassName
{
border-color: #F201F9;
}
.TagClassName
{
border-color: #F201F9;
}
</style>