Shades of Magenta #F102FC
Tints of Magenta #F102FC
RGB
CMYK
RGB Variations
Color information
#F102FC (or 0xF102FC) is known color: Magenta. HEX triplet: F1, 02 and FC. RGB value is (241,2,252). Sum of RGB (Red+Green+Blue) = 241+2+252=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #F102FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102FC is #0EFD03. Grayscale: #656565. Windows color (decimal): -982276 or 16515825. OLE color: 16515825.
HSL color Cylindrical-coordinate representation of color #F102FC: hue angle of 297.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102FC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 2 | 252 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.01 |
| HSL | 297.36º | 0.98% | 0.5% | - |
| HSV(B) | 297.36º | 0.99% | 0.99% | - |
| XYZ | 53.87 | 25.77 | 94.23 | - |
| YUV | 101.96 | 212.68 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 252 | 0.04 | 0.99 | 0 | 0.01 | 297.36 | 0.98 | 0.5 |
| Hex | F1 | 2 | FC | 4 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 361 | 2 | 374 | 4 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11110001 | 10 | 11111100 | 100 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #F102FC
Complementary color
Monochromatic Colors of #F102FC
Black with #F102FC
Text Example
Text Example
White with #F102FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102FC; }
p { color: rgb(241,2,252); }
H1.HeaderClassName
{
color: #F102FC;
}
.AnyTagClassName
{
color: #F102FC;
}
</style>
background-color css
<style>
a { background-color: #F102FC; }
a { background-color: rgb(241,2,252); }
div.DivClassName
{
background-color: #F102FC;
}
.BgClassName
{
background-color: #F102FC;
}
</style>
border-color css
<style>
span { border-color: #F102FC; }
span { border-color: rgb(241,2,252); }
td.TdClassName
{
border-color: #F102FC;
}
.TagClassName
{
border-color: #F102FC;
}
</style>