Shades of Magenta #FF08F3
Tints of Magenta #FF08F3
RGB
CMYK
RGB Variations
Color information
#FF08F3 (or 0xFF08F3) is known color: Magenta. HEX triplet: FF, 08 and F3. RGB value is (255,8,243). Sum of RGB (Red+Green+Blue) = 255+8+243=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 8 (3.52% from 255 or 1.58% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08F3 is #00F70C. Grayscale: #6B6B6B. Windows color (decimal): -63245 or 15927551. OLE color: 15927551.
HSL color Cylindrical-coordinate representation of color #FF08F3: hue angle of 302.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08F3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 243 | - |
| CMYK | 0 | 0.97 | 0.05 | 0 |
| HSL | 302.92º | 1% | 0.52% | - |
| HSV(B) | 302.92º | 0.97% | 1% | - |
| XYZ | 57.5 | 27.9 | 87.15 | - |
| YUV | 108.64 | 203.83 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 243 | 0 | 0.97 | 0.05 | 0 | 302.92 | 1 | 0.52 |
| Hex | FF | 8 | F3 | 0 | 61 | 5 | 0 | 12F | 64 | 34 |
| Octal | 377 | 10 | 363 | 0 | 141 | 5 | 0 | 457 | 144 | 64 |
| Binary | 11111111 | 1000 | 11110011 | 0 | 1100001 | 101 | 0 | 100101111 | 1100100 | 110100 |
Color Harmonies of #FF08F3
Complementary color
Monochromatic Colors of #FF08F3
Black with #FF08F3
Text Example
Text Example
White with #FF08F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08F3; }
p { color: rgb(255,8,243); }
H1.HeaderClassName
{
color: #FF08F3;
}
.AnyTagClassName
{
color: #FF08F3;
}
</style>
background-color css
<style>
a { background-color: #FF08F3; }
a { background-color: rgb(255,8,243); }
div.DivClassName
{
background-color: #FF08F3;
}
.BgClassName
{
background-color: #FF08F3;
}
</style>
border-color css
<style>
span { border-color: #FF08F3; }
span { border-color: rgb(255,8,243); }
td.TdClassName
{
border-color: #FF08F3;
}
.TagClassName
{
border-color: #FF08F3;
}
</style>