Shades of Magenta #FF08FD
Tints of Magenta #FF08FD
RGB
CMYK
RGB Variations
Color information
#FF08FD (or 0xFF08FD) is known color: Magenta. HEX triplet: FF, 08 and FD. RGB value is (255,8,253). Sum of RGB (Red+Green+Blue) = 255+8+253=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 8 (3.52% from 255 or 1.55% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08FD is #00F702. Grayscale: #6D6D6D. Windows color (decimal): -63235 or 16582911. OLE color: 16582911.
HSL color Cylindrical-coordinate representation of color #FF08FD: hue angle of 300.49º 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 #FF08FD is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 253 | - |
| CMYK | 0 | 0.97 | 0.01 | 0 |
| HSL | 300.49º | 1% | 0.52% | - |
| HSV(B) | 300.49º | 0.97% | 1% | - |
| XYZ | 59.06 | 28.53 | 95.32 | - |
| YUV | 109.78 | 208.83 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 253 | 0 | 0.97 | 0.01 | 0 | 300.49 | 1 | 0.52 |
| Hex | FF | 8 | FD | 0 | 61 | 1 | 0 | 12C | 64 | 34 |
| Octal | 377 | 10 | 375 | 0 | 141 | 1 | 0 | 454 | 144 | 64 |
| Binary | 11111111 | 1000 | 11111101 | 0 | 1100001 | 1 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FF08FD
Complementary color
Monochromatic Colors of #FF08FD
Black with #FF08FD
Text Example
Text Example
White with #FF08FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08FD; }
p { color: rgb(255,8,253); }
H1.HeaderClassName
{
color: #FF08FD;
}
.AnyTagClassName
{
color: #FF08FD;
}
</style>
background-color css
<style>
a { background-color: #FF08FD; }
a { background-color: rgb(255,8,253); }
div.DivClassName
{
background-color: #FF08FD;
}
.BgClassName
{
background-color: #FF08FD;
}
</style>
border-color css
<style>
span { border-color: #FF08FD; }
span { border-color: rgb(255,8,253); }
td.TdClassName
{
border-color: #FF08FD;
}
.TagClassName
{
border-color: #FF08FD;
}
</style>