Shades of Magenta #F00DFD
Tints of Magenta #F00DFD
RGB
CMYK
RGB Variations
Color information
#F00DFD (or 0xF00DFD) is known color: Magenta. HEX triplet: F0, 0D and FD. RGB value is (240,13,253). Sum of RGB (Red+Green+Blue) = 240+13+253=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00DFD is #0FF202. Grayscale: #6B6B6B. Windows color (decimal): -1044995 or 16584176. OLE color: 16584176.
HSL color Cylindrical-coordinate representation of color #F00DFD: hue angle of 296.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DFD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 13 | 253 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.01 |
| HSL | 296.75º | 0.98% | 0.52% | - |
| HSV(B) | 296.75º | 0.95% | 0.99% | - |
| XYZ | 53.81 | 25.9 | 95.09 | - |
| YUV | 108.23 | 209.71 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 253 | 0.05 | 0.95 | 0 | 0.01 | 296.75 | 0.98 | 0.52 |
| Hex | F0 | D | FD | 5 | 5F | 0 | 1 | 129 | 62 | 34 |
| Octal | 360 | 15 | 375 | 5 | 137 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110000 | 1101 | 11111101 | 101 | 1011111 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F00DFD
Complementary color
Monochromatic Colors of #F00DFD
Black with #F00DFD
Text Example
Text Example
White with #F00DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DFD; }
p { color: rgb(240,13,253); }
H1.HeaderClassName
{
color: #F00DFD;
}
.AnyTagClassName
{
color: #F00DFD;
}
</style>
background-color css
<style>
a { background-color: #F00DFD; }
a { background-color: rgb(240,13,253); }
div.DivClassName
{
background-color: #F00DFD;
}
.BgClassName
{
background-color: #F00DFD;
}
</style>
border-color css
<style>
span { border-color: #F00DFD; }
span { border-color: rgb(240,13,253); }
td.TdClassName
{
border-color: #F00DFD;
}
.TagClassName
{
border-color: #F00DFD;
}
</style>