Shades of Magenta #F102FD
Tints of Magenta #F102FD
RGB
CMYK
RGB Variations
Color information
#F102FD (or 0xF102FD) is known color: Magenta. HEX triplet: F1, 02 and FD. RGB value is (241,2,253). Sum of RGB (Red+Green+Blue) = 241+2+253=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 2 (1.17% from 255 or 0.40% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #F102FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102FD is #0EFD02. Grayscale: #656565. Windows color (decimal): -982275 or 16581361. OLE color: 16581361.
HSL color Cylindrical-coordinate representation of color #F102FD: hue angle of 297.13º 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 #F102FD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 2 | 253 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.01 |
| HSL | 297.13º | 0.98% | 0.5% | - |
| HSV(B) | 297.13º | 0.99% | 0.99% | - |
| XYZ | 54.03 | 25.84 | 95.07 | - |
| YUV | 102.08 | 213.18 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 253 | 0.05 | 0.99 | 0 | 0.01 | 297.13 | 0.98 | 0.5 |
| Hex | F1 | 2 | FD | 5 | 63 | 0 | 1 | 129 | 62 | 32 |
| Octal | 361 | 2 | 375 | 5 | 143 | 0 | 1 | 451 | 142 | 62 |
| Binary | 11110001 | 10 | 11111101 | 101 | 1100011 | 0 | 1 | 100101001 | 1100010 | 110010 |
Color Harmonies of #F102FD
Complementary color
Monochromatic Colors of #F102FD
Black with #F102FD
Text Example
Text Example
White with #F102FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102FD; }
p { color: rgb(241,2,253); }
H1.HeaderClassName
{
color: #F102FD;
}
.AnyTagClassName
{
color: #F102FD;
}
</style>
background-color css
<style>
a { background-color: #F102FD; }
a { background-color: rgb(241,2,253); }
div.DivClassName
{
background-color: #F102FD;
}
.BgClassName
{
background-color: #F102FD;
}
</style>
border-color css
<style>
span { border-color: #F102FD; }
span { border-color: rgb(241,2,253); }
td.TdClassName
{
border-color: #F102FD;
}
.TagClassName
{
border-color: #F102FD;
}
</style>