Shades of Magenta #FF0AF3
Tints of Magenta #FF0AF3
RGB
CMYK
RGB Variations
Color information
#FF0AF3 (or 0xFF0AF3) is known color: Magenta. HEX triplet: FF, 0A and F3. RGB value is (255,10,243). Sum of RGB (Red+Green+Blue) = 255+10+243=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AF3 is #00F50C. Grayscale: #6D6D6D. Windows color (decimal): -62733 or 15928063. OLE color: 15928063.
HSL color Cylindrical-coordinate representation of color #FF0AF3: hue angle of 302.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AF3 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 243 | - |
| CMYK | 0 | 0.96 | 0.05 | 0 |
| HSL | 302.94º | 1% | 0.52% | - |
| HSV(B) | 302.94º | 0.96% | 1% | - |
| XYZ | 57.53 | 27.95 | 87.16 | - |
| YUV | 109.82 | 203.17 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 243 | 0 | 0.96 | 0.05 | 0 | 302.94 | 1 | 0.52 |
| Hex | FF | A | F3 | 0 | 60 | 5 | 0 | 12F | 64 | 34 |
| Octal | 377 | 12 | 363 | 0 | 140 | 5 | 0 | 457 | 144 | 64 |
| Binary | 11111111 | 1010 | 11110011 | 0 | 1100000 | 101 | 0 | 100101111 | 1100100 | 110100 |
Color Harmonies of #FF0AF3
Complementary color
Monochromatic Colors of #FF0AF3
Black with #FF0AF3
Text Example
Text Example
White with #FF0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AF3; }
p { color: rgb(255,10,243); }
H1.HeaderClassName
{
color: #FF0AF3;
}
.AnyTagClassName
{
color: #FF0AF3;
}
</style>
background-color css
<style>
a { background-color: #FF0AF3; }
a { background-color: rgb(255,10,243); }
div.DivClassName
{
background-color: #FF0AF3;
}
.BgClassName
{
background-color: #FF0AF3;
}
</style>
border-color css
<style>
span { border-color: #FF0AF3; }
span { border-color: rgb(255,10,243); }
td.TdClassName
{
border-color: #FF0AF3;
}
.TagClassName
{
border-color: #FF0AF3;
}
</style>