Shades of Magenta #F00FFD
Tints of Magenta #F00FFD
RGB
CMYK
RGB Variations
Color information
#F00FFD (or 0xF00FFD) is known color: Magenta. HEX triplet: F0, 0F and FD. RGB value is (240,15,253). Sum of RGB (Red+Green+Blue) = 240+15+253=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FFD is #0FF002. Grayscale: #6C6C6C. Windows color (decimal): -1044483 or 16584688. OLE color: 16584688.
HSL color Cylindrical-coordinate representation of color #F00FFD: hue angle of 296.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FFD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 15 | 253 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.01 |
| HSL | 296.72º | 0.98% | 0.53% | - |
| HSV(B) | 296.72º | 0.94% | 0.99% | - |
| XYZ | 53.84 | 25.96 | 95.1 | - |
| YUV | 109.41 | 209.04 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 253 | 0.05 | 0.94 | 0 | 0.01 | 296.72 | 0.98 | 0.53 |
| Hex | F0 | F | FD | 5 | 5E | 0 | 1 | 129 | 62 | 35 |
| Octal | 360 | 17 | 375 | 5 | 136 | 0 | 1 | 451 | 142 | 65 |
| Binary | 11110000 | 1111 | 11111101 | 101 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110101 |
Color Harmonies of #F00FFD
Complementary color
Monochromatic Colors of #F00FFD
Black with #F00FFD
Text Example
Text Example
White with #F00FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FFD; }
p { color: rgb(240,15,253); }
H1.HeaderClassName
{
color: #F00FFD;
}
.AnyTagClassName
{
color: #F00FFD;
}
</style>
background-color css
<style>
a { background-color: #F00FFD; }
a { background-color: rgb(240,15,253); }
div.DivClassName
{
background-color: #F00FFD;
}
.BgClassName
{
background-color: #F00FFD;
}
</style>
border-color css
<style>
span { border-color: #F00FFD; }
span { border-color: rgb(240,15,253); }
td.TdClassName
{
border-color: #F00FFD;
}
.TagClassName
{
border-color: #F00FFD;
}
</style>