Shades of Magenta #F32AFF
Tints of Magenta #F32AFF
RGB
CMYK
RGB Variations
Color information
#F32AFF (or 0xF32AFF) is known color: Magenta. HEX triplet: F3, 2A and FF. RGB value is (243,42,255). Sum of RGB (Red+Green+Blue) = 243+42+255=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 42 (16.80% from 255 or 7.78% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F32AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F32AFF is #0CD500. Grayscale: #7D7D7D. Windows color (decimal): -840961 or 16722675. OLE color: 16722675.
HSL color Cylindrical-coordinate representation of color #F32AFF: hue angle of 296.62º 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 #F32AFF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 42 | 255 | - |
| CMYK | 0.05 | 0.84 | 0 | 0 |
| HSL | 296.62º | 1% | 0.58% | - |
| HSV(B) | 296.62º | 0.84% | 1% | - |
| XYZ | 55.84 | 27.93 | 97.06 | - |
| YUV | 126.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 255 | 0.05 | 0.84 | 0 | 0 | 296.62 | 1 | 0.58 |
| Hex | F3 | 2A | FF | 5 | 54 | 0 | 0 | 129 | 64 | 3A |
| Octal | 363 | 52 | 377 | 5 | 124 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110011 | 101010 | 11111111 | 101 | 1010100 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F32AFF
Complementary color
Monochromatic Colors of #F32AFF
Black with #F32AFF
Text Example
Text Example
White with #F32AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32AFF; }
p { color: rgb(243,42,255); }
H1.HeaderClassName
{
color: #F32AFF;
}
.AnyTagClassName
{
color: #F32AFF;
}
</style>
background-color css
<style>
a { background-color: #F32AFF; }
a { background-color: rgb(243,42,255); }
div.DivClassName
{
background-color: #F32AFF;
}
.BgClassName
{
background-color: #F32AFF;
}
</style>
border-color css
<style>
span { border-color: #F32AFF; }
span { border-color: rgb(243,42,255); }
td.TdClassName
{
border-color: #F32AFF;
}
.TagClassName
{
border-color: #F32AFF;
}
</style>