Shades of Magenta #FD12F2
Tints of Magenta #FD12F2
RGB
CMYK
RGB Variations
Color information
#FD12F2 (or 0xFD12F2) is known color: Magenta. HEX triplet: FD, 12 and F2. RGB value is (253,18,242). Sum of RGB (Red+Green+Blue) = 253+18+242=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 18 (7.42% from 255 or 3.51% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD12F2 is #02ED0D. Grayscale: #717171. Windows color (decimal): -191758 or 15864573. OLE color: 15864573.
HSL color Cylindrical-coordinate representation of color #FD12F2: hue angle of 302.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD12F2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 242 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.01 |
| HSL | 302.81º | 0.98% | 0.53% | - |
| HSV(B) | 302.81º | 0.93% | 0.99% | - |
| XYZ | 56.75 | 27.73 | 86.36 | - |
| YUV | 113.8 | 200.36 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 242 | 0 | 0.93 | 0.04 | 0.01 | 302.81 | 0.98 | 0.53 |
| Hex | FD | 12 | F2 | 0 | 5D | 4 | 1 | 12F | 62 | 35 |
| Octal | 375 | 22 | 362 | 0 | 135 | 4 | 1 | 457 | 142 | 65 |
| Binary | 11111101 | 10010 | 11110010 | 0 | 1011101 | 100 | 1 | 100101111 | 1100010 | 110101 |
Color Harmonies of #FD12F2
Complementary color
Monochromatic Colors of #FD12F2
Black with #FD12F2
Text Example
Text Example
White with #FD12F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD12F2; }
p { color: rgb(253,18,242); }
H1.HeaderClassName
{
color: #FD12F2;
}
.AnyTagClassName
{
color: #FD12F2;
}
</style>
background-color css
<style>
a { background-color: #FD12F2; }
a { background-color: rgb(253,18,242); }
div.DivClassName
{
background-color: #FD12F2;
}
.BgClassName
{
background-color: #FD12F2;
}
</style>
border-color css
<style>
span { border-color: #FD12F2; }
span { border-color: rgb(253,18,242); }
td.TdClassName
{
border-color: #FD12F2;
}
.TagClassName
{
border-color: #FD12F2;
}
</style>