Shades of Magenta #F201FB
Tints of Magenta #F201FB
RGB
CMYK
RGB Variations
Color information
#F201FB (or 0xF201FB) is known color: Magenta. HEX triplet: F2, 01 and FB. RGB value is (242,1,251). Sum of RGB (Red+Green+Blue) = 242+1+251=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 1 (0.78% from 255 or 0.20% 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 #F201FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201FB is #0DFE04. Grayscale: #646464. Windows color (decimal): -916997 or 16450034. OLE color: 16450034.
HSL color Cylindrical-coordinate representation of color #F201FB: hue angle of 297.84º 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 #F201FB is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 1 | 251 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.02 |
| HSL | 297.84º | 0.99% | 0.49% | - |
| HSV(B) | 297.84º | 1% | 0.98% | - |
| XYZ | 54.04 | 25.86 | 93.41 | - |
| YUV | 101.56 | 212.34 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 251 | 0.04 | 1.00 | 0 | 0.02 | 297.84 | 0.99 | 0.49 |
| Hex | F2 | 1 | FB | 4 | 64 | 0 | 2 | 12A | 63 | 31 |
| Octal | 362 | 1 | 373 | 4 | 144 | 0 | 2 | 452 | 143 | 61 |
| Binary | 11110010 | 1 | 11111011 | 100 | 1100100 | 0 | 10 | 100101010 | 1100011 | 110001 |
Color Harmonies of #F201FB
Complementary color
Monochromatic Colors of #F201FB
Black with #F201FB
Text Example
Text Example
White with #F201FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201FB; }
p { color: rgb(242,1,251); }
H1.HeaderClassName
{
color: #F201FB;
}
.AnyTagClassName
{
color: #F201FB;
}
</style>
background-color css
<style>
a { background-color: #F201FB; }
a { background-color: rgb(242,1,251); }
div.DivClassName
{
background-color: #F201FB;
}
.BgClassName
{
background-color: #F201FB;
}
</style>
border-color css
<style>
span { border-color: #F201FB; }
span { border-color: rgb(242,1,251); }
td.TdClassName
{
border-color: #F201FB;
}
.TagClassName
{
border-color: #F201FB;
}
</style>