Shades of Magenta #F932FF
Tints of Magenta #F932FF
RGB
CMYK
RGB Variations
Color information
#F932FF (or 0xF932FF) is known color: Magenta. HEX triplet: F9, 32 and FF. RGB value is (249,50,255). Sum of RGB (Red+Green+Blue) = 249+50+255=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 50 (19.92% from 255 or 9.03% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #F932FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F932FF is #06CD00. Grayscale: #848484. Windows color (decimal): -445697 or 16724729. OLE color: 16724729.
HSL color Cylindrical-coordinate representation of color #F932FF: hue angle of 298.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F932FF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 50 | 255 | - |
| CMYK | 0.02 | 0.80 | 0 | 0 |
| HSL | 298.24º | 1% | 0.6% | - |
| HSV(B) | 298.24º | 0.8% | 1% | - |
| XYZ | 58.26 | 29.64 | 97.26 | - |
| YUV | 132.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 255 | 0.02 | 0.80 | 0 | 0 | 298.24 | 1 | 0.6 |
| Hex | F9 | 32 | FF | 2 | 50 | 0 | 0 | 12A | 64 | 3C |
| Octal | 371 | 62 | 377 | 2 | 120 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111001 | 110010 | 11111111 | 10 | 1010000 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F932FF
Complementary color
Monochromatic Colors of #F932FF
Black with #F932FF
Text Example
Text Example
White with #F932FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F932FF; }
p { color: rgb(249,50,255); }
H1.HeaderClassName
{
color: #F932FF;
}
.AnyTagClassName
{
color: #F932FF;
}
</style>
background-color css
<style>
a { background-color: #F932FF; }
a { background-color: rgb(249,50,255); }
div.DivClassName
{
background-color: #F932FF;
}
.BgClassName
{
background-color: #F932FF;
}
</style>
border-color css
<style>
span { border-color: #F932FF; }
span { border-color: rgb(249,50,255); }
td.TdClassName
{
border-color: #F932FF;
}
.TagClassName
{
border-color: #F932FF;
}
</style>