Shades of Magenta #F928FE
Tints of Magenta #F928FE
RGB
CMYK
RGB Variations
Color information
#F928FE (or 0xF928FE) is known color: Magenta. HEX triplet: F9, 28 and FE. RGB value is (249,40,254). Sum of RGB (Red+Green+Blue) = 249+40+254=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 40 (16.02% from 255 or 7.37% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #F928FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F928FE is #06D701. Grayscale: #7E7E7E. Windows color (decimal): -448258 or 16656633. OLE color: 16656633.
HSL color Cylindrical-coordinate representation of color #F928FE: hue angle of 298.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928FE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 40 | 254 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.00 |
| HSL | 298.6º | 0.99% | 0.58% | - |
| HSV(B) | 298.6º | 0.84% | 1% | - |
| XYZ | 57.72 | 28.81 | 96.29 | - |
| YUV | 126.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 254 | 0.02 | 0.84 | 0 | 0.00 | 298.6 | 0.99 | 0.58 |
| Hex | F9 | 28 | FE | 2 | 54 | 0 | 0 | 12B | 63 | 3A |
| Octal | 371 | 50 | 376 | 2 | 124 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111001 | 101000 | 11111110 | 10 | 1010100 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #F928FE
Complementary color
Monochromatic Colors of #F928FE
Black with #F928FE
Text Example
Text Example
White with #F928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928FE; }
p { color: rgb(249,40,254); }
H1.HeaderClassName
{
color: #F928FE;
}
.AnyTagClassName
{
color: #F928FE;
}
</style>
background-color css
<style>
a { background-color: #F928FE; }
a { background-color: rgb(249,40,254); }
div.DivClassName
{
background-color: #F928FE;
}
.BgClassName
{
background-color: #F928FE;
}
</style>
border-color css
<style>
span { border-color: #F928FE; }
span { border-color: rgb(249,40,254); }
td.TdClassName
{
border-color: #F928FE;
}
.TagClassName
{
border-color: #F928FE;
}
</style>