Shades of Magenta #FF04F3
Tints of Magenta #FF04F3
RGB
CMYK
RGB Variations
Color information
#FF04F3 (or 0xFF04F3) is known color: Magenta. HEX triplet: FF, 04 and F3. RGB value is (255,4,243). Sum of RGB (Red+Green+Blue) = 255+4+243=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 4 (1.95% from 255 or 0.80% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F3 is #00FB0C. Grayscale: #696969. Windows color (decimal): -64269 or 15926527. OLE color: 15926527.
HSL color Cylindrical-coordinate representation of color #FF04F3: hue angle of 302.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04F3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 243 | - |
| CMYK | 0 | 0.98 | 0.05 | 0 |
| HSL | 302.87º | 1% | 0.51% | - |
| HSV(B) | 302.87º | 0.98% | 1% | - |
| XYZ | 57.46 | 27.82 | 87.13 | - |
| YUV | 106.3 | 205.16 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 243 | 0 | 0.98 | 0.05 | 0 | 302.87 | 1 | 0.51 |
| Hex | FF | 4 | F3 | 0 | 62 | 5 | 0 | 12F | 64 | 33 |
| Octal | 377 | 4 | 363 | 0 | 142 | 5 | 0 | 457 | 144 | 63 |
| Binary | 11111111 | 100 | 11110011 | 0 | 1100010 | 101 | 0 | 100101111 | 1100100 | 110011 |
Color Harmonies of #FF04F3
Complementary color
Monochromatic Colors of #FF04F3
Black with #FF04F3
Text Example
Text Example
White with #FF04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04F3; }
p { color: rgb(255,4,243); }
H1.HeaderClassName
{
color: #FF04F3;
}
.AnyTagClassName
{
color: #FF04F3;
}
</style>
background-color css
<style>
a { background-color: #FF04F3; }
a { background-color: rgb(255,4,243); }
div.DivClassName
{
background-color: #FF04F3;
}
.BgClassName
{
background-color: #FF04F3;
}
</style>
border-color css
<style>
span { border-color: #FF04F3; }
span { border-color: rgb(255,4,243); }
td.TdClassName
{
border-color: #FF04F3;
}
.TagClassName
{
border-color: #FF04F3;
}
</style>