Shades of Magenta #F928FF
Tints of Magenta #F928FF
RGB
CMYK
RGB Variations
Color information
#F928FF (or 0xF928FF) is known color: Magenta. HEX triplet: F9, 28 and FF. RGB value is (249,40,255). Sum of RGB (Red+Green+Blue) = 249+40+255=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 40 (16.02% from 255 or 7.35% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F928FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F928FF is #06D700. Grayscale: #7E7E7E. Windows color (decimal): -448257 or 16722169. OLE color: 16722169.
HSL color Cylindrical-coordinate representation of color #F928FF: hue angle of 298.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F928FF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 40 | 255 | - |
| CMYK | 0.02 | 0.84 | 0 | 0 |
| HSL | 298.33º | 1% | 0.58% | - |
| HSV(B) | 298.33º | 0.84% | 1% | - |
| XYZ | 57.88 | 28.88 | 97.13 | - |
| YUV | 127 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 255 | 0.02 | 0.84 | 0 | 0 | 298.33 | 1 | 0.58 |
| Hex | F9 | 28 | FF | 2 | 54 | 0 | 0 | 12A | 64 | 3A |
| Octal | 371 | 50 | 377 | 2 | 124 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11111001 | 101000 | 11111111 | 10 | 1010100 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F928FF
Complementary color
Monochromatic Colors of #F928FF
Black with #F928FF
Text Example
Text Example
White with #F928FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F928FF; }
p { color: rgb(249,40,255); }
H1.HeaderClassName
{
color: #F928FF;
}
.AnyTagClassName
{
color: #F928FF;
}
</style>
background-color css
<style>
a { background-color: #F928FF; }
a { background-color: rgb(249,40,255); }
div.DivClassName
{
background-color: #F928FF;
}
.BgClassName
{
background-color: #F928FF;
}
</style>
border-color css
<style>
span { border-color: #F928FF; }
span { border-color: rgb(249,40,255); }
td.TdClassName
{
border-color: #F928FF;
}
.TagClassName
{
border-color: #F928FF;
}
</style>