Shades of Magenta #FF03F3
Tints of Magenta #FF03F3
RGB
CMYK
RGB Variations
Color information
#FF03F3 (or 0xFF03F3) is known color: Magenta. HEX triplet: FF, 03 and F3. RGB value is (255,3,243). Sum of RGB (Red+Green+Blue) = 255+3+243=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 3 (1.56% from 255 or 0.60% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03F3 is #00FC0C. Grayscale: #696969. Windows color (decimal): -64525 or 15926271. OLE color: 15926271.
HSL color Cylindrical-coordinate representation of color #FF03F3: hue angle of 302.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03F3 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 243 | - |
| CMYK | 0 | 0.99 | 0.05 | 0 |
| HSL | 302.86º | 1% | 0.51% | - |
| HSV(B) | 302.86º | 0.99% | 1% | - |
| XYZ | 57.45 | 27.8 | 87.13 | - |
| YUV | 105.71 | 205.49 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 243 | 0 | 0.99 | 0.05 | 0 | 302.86 | 1 | 0.51 |
| Hex | FF | 3 | F3 | 0 | 63 | 5 | 0 | 12F | 64 | 33 |
| Octal | 377 | 3 | 363 | 0 | 143 | 5 | 0 | 457 | 144 | 63 |
| Binary | 11111111 | 11 | 11110011 | 0 | 1100011 | 101 | 0 | 100101111 | 1100100 | 110011 |
Color Harmonies of #FF03F3
Complementary color
Monochromatic Colors of #FF03F3
Black with #FF03F3
Text Example
Text Example
White with #FF03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03F3; }
p { color: rgb(255,3,243); }
H1.HeaderClassName
{
color: #FF03F3;
}
.AnyTagClassName
{
color: #FF03F3;
}
</style>
background-color css
<style>
a { background-color: #FF03F3; }
a { background-color: rgb(255,3,243); }
div.DivClassName
{
background-color: #FF03F3;
}
.BgClassName
{
background-color: #FF03F3;
}
</style>
border-color css
<style>
span { border-color: #FF03F3; }
span { border-color: rgb(255,3,243); }
td.TdClassName
{
border-color: #FF03F3;
}
.TagClassName
{
border-color: #FF03F3;
}
</style>