Shades of Magenta #FD07E6
Tints of Magenta #FD07E6
RGB
CMYK
RGB Variations
Color information
#FD07E6 (or 0xFD07E6) is known color: Magenta. HEX triplet: FD, 07 and E6. RGB value is (253,7,230). Sum of RGB (Red+Green+Blue) = 253+7+230=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 7 (3.12% from 255 or 1.43% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD07E6 is #02F819. Grayscale: #696969. Windows color (decimal): -194586 or 15075325. OLE color: 15075325.
HSL color Cylindrical-coordinate representation of color #FD07E6: hue angle of 305.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.01 |
| HSL | 305.61º | 0.98% | 0.51% | - |
| HSV(B) | 305.61º | 0.97% | 0.99% | - |
| XYZ | 54.87 | 26.75 | 77.13 | - |
| YUV | 105.98 | 198 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 230 | 0 | 0.97 | 0.09 | 0.01 | 305.61 | 0.98 | 0.51 |
| Hex | FD | 7 | E6 | 0 | 61 | 9 | 1 | 132 | 62 | 33 |
| Octal | 375 | 7 | 346 | 0 | 141 | 11 | 1 | 462 | 142 | 63 |
| Binary | 11111101 | 111 | 11100110 | 0 | 1100001 | 1001 | 1 | 100110010 | 1100010 | 110011 |
Color Harmonies of #FD07E6
Complementary color
Monochromatic Colors of #FD07E6
Black with #FD07E6
Text Example
Text Example
White with #FD07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD07E6; }
p { color: rgb(253,7,230); }
H1.HeaderClassName
{
color: #FD07E6;
}
.AnyTagClassName
{
color: #FD07E6;
}
</style>
background-color css
<style>
a { background-color: #FD07E6; }
a { background-color: rgb(253,7,230); }
div.DivClassName
{
background-color: #FD07E6;
}
.BgClassName
{
background-color: #FD07E6;
}
</style>
border-color css
<style>
span { border-color: #FD07E6; }
span { border-color: rgb(253,7,230); }
td.TdClassName
{
border-color: #FD07E6;
}
.TagClassName
{
border-color: #FD07E6;
}
</style>