Shades of Magenta #FD0CF0
Tints of Magenta #FD0CF0
RGB
CMYK
RGB Variations
Color information
#FD0CF0 (or 0xFD0CF0) is known color: Magenta. HEX triplet: FD, 0C and F0. RGB value is (253,12,240). Sum of RGB (Red+Green+Blue) = 253+12+240=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CF0 is #02F30F. Grayscale: #6D6D6D. Windows color (decimal): -193296 or 15731965. OLE color: 15731965.
HSL color Cylindrical-coordinate representation of color #FD0CF0: hue angle of 303.24º 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 #FD0CF0 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 240 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.01 |
| HSL | 303.24º | 0.98% | 0.52% | - |
| HSV(B) | 303.24º | 0.95% | 0.99% | - |
| XYZ | 56.37 | 27.44 | 84.76 | - |
| YUV | 110.05 | 201.34 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 240 | 0 | 0.95 | 0.05 | 0.01 | 303.24 | 0.98 | 0.52 |
| Hex | FD | C | F0 | 0 | 5F | 5 | 1 | 12F | 62 | 34 |
| Octal | 375 | 14 | 360 | 0 | 137 | 5 | 1 | 457 | 142 | 64 |
| Binary | 11111101 | 1100 | 11110000 | 0 | 1011111 | 101 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FD0CF0
Complementary color
Monochromatic Colors of #FD0CF0
Black with #FD0CF0
Text Example
Text Example
White with #FD0CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CF0; }
p { color: rgb(253,12,240); }
H1.HeaderClassName
{
color: #FD0CF0;
}
.AnyTagClassName
{
color: #FD0CF0;
}
</style>
background-color css
<style>
a { background-color: #FD0CF0; }
a { background-color: rgb(253,12,240); }
div.DivClassName
{
background-color: #FD0CF0;
}
.BgClassName
{
background-color: #FD0CF0;
}
</style>
border-color css
<style>
span { border-color: #FD0CF0; }
span { border-color: rgb(253,12,240); }
td.TdClassName
{
border-color: #FD0CF0;
}
.TagClassName
{
border-color: #FD0CF0;
}
</style>