Shades of Magenta #F402FE
Tints of Magenta #F402FE
RGB
CMYK
RGB Variations
Color information
#F402FE (or 0xF402FE) is known color: Magenta. HEX triplet: F4, 02 and FE. RGB value is (244,2,254). Sum of RGB (Red+Green+Blue) = 244+2+254=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 2 (1.17% from 255 or 0.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F402FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F402FE is #0BFD01. Grayscale: #666666. Windows color (decimal): -785666 or 16646900. OLE color: 16646900.
HSL color Cylindrical-coordinate representation of color #F402FE: hue angle of 297.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402FE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 2 | 254 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.00 |
| HSL | 297.62º | 0.99% | 0.5% | - |
| HSV(B) | 297.62º | 0.99% | 1% | - |
| XYZ | 55.22 | 26.43 | 95.96 | - |
| YUV | 103.09 | 213.17 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 254 | 0.04 | 0.99 | 0 | 0.00 | 297.62 | 0.99 | 0.5 |
| Hex | F4 | 2 | FE | 4 | 63 | 0 | 0 | 12A | 63 | 32 |
| Octal | 364 | 2 | 376 | 4 | 143 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110100 | 10 | 11111110 | 100 | 1100011 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F402FE
Complementary color
Monochromatic Colors of #F402FE
Black with #F402FE
Text Example
Text Example
White with #F402FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402FE; }
p { color: rgb(244,2,254); }
H1.HeaderClassName
{
color: #F402FE;
}
.AnyTagClassName
{
color: #F402FE;
}
</style>
background-color css
<style>
a { background-color: #F402FE; }
a { background-color: rgb(244,2,254); }
div.DivClassName
{
background-color: #F402FE;
}
.BgClassName
{
background-color: #F402FE;
}
</style>
border-color css
<style>
span { border-color: #F402FE; }
span { border-color: rgb(244,2,254); }
td.TdClassName
{
border-color: #F402FE;
}
.TagClassName
{
border-color: #F402FE;
}
</style>