Shades of Magenta #FD0CF6
Tints of Magenta #FD0CF6
RGB
CMYK
RGB Variations
Color information
#FD0CF6 (or 0xFD0CF6) is known color: Magenta. HEX triplet: FD, 0C and F6. RGB value is (253,12,246). Sum of RGB (Red+Green+Blue) = 253+12+246=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0CF6 is #02F309. Grayscale: #6E6E6E. Windows color (decimal): -193290 or 16125181. OLE color: 16125181.
HSL color Cylindrical-coordinate representation of color #FD0CF6: hue angle of 301.74º 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 #FD0CF6 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 246 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.01 |
| HSL | 301.74º | 0.98% | 0.52% | - |
| HSV(B) | 301.74º | 0.95% | 0.99% | - |
| XYZ | 57.27 | 27.8 | 89.54 | - |
| YUV | 110.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 246 | 0 | 0.95 | 0.03 | 0.01 | 301.74 | 0.98 | 0.52 |
| Hex | FD | C | F6 | 0 | 5F | 3 | 1 | 12E | 62 | 34 |
| Octal | 375 | 14 | 366 | 0 | 137 | 3 | 1 | 456 | 142 | 64 |
| Binary | 11111101 | 1100 | 11110110 | 0 | 1011111 | 11 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FD0CF6
Complementary color
Monochromatic Colors of #FD0CF6
Black with #FD0CF6
Text Example
Text Example
White with #FD0CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CF6; }
p { color: rgb(253,12,246); }
H1.HeaderClassName
{
color: #FD0CF6;
}
.AnyTagClassName
{
color: #FD0CF6;
}
</style>
background-color css
<style>
a { background-color: #FD0CF6; }
a { background-color: rgb(253,12,246); }
div.DivClassName
{
background-color: #FD0CF6;
}
.BgClassName
{
background-color: #FD0CF6;
}
</style>
border-color css
<style>
span { border-color: #FD0CF6; }
span { border-color: rgb(253,12,246); }
td.TdClassName
{
border-color: #FD0CF6;
}
.TagClassName
{
border-color: #FD0CF6;
}
</style>