Shades of Magenta #FD14F2
Tints of Magenta #FD14F2
RGB
CMYK
RGB Variations
Color information
#FD14F2 (or 0xFD14F2) is known color: Magenta. HEX triplet: FD, 14 and F2. RGB value is (253,20,242). Sum of RGB (Red+Green+Blue) = 253+20+242=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 20 (8.20% from 255 or 3.88% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD14F2 is #02EB0D. Grayscale: #727272. Windows color (decimal): -191246 or 15865085. OLE color: 15865085.
HSL color Cylindrical-coordinate representation of color #FD14F2: hue angle of 302.83º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD14F2 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 242 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.01 |
| HSL | 302.83º | 0.98% | 0.54% | - |
| HSV(B) | 302.83º | 0.92% | 0.99% | - |
| XYZ | 56.79 | 27.79 | 86.38 | - |
| YUV | 114.98 | 199.69 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 242 | 0 | 0.92 | 0.04 | 0.01 | 302.83 | 0.98 | 0.54 |
| Hex | FD | 14 | F2 | 0 | 5C | 4 | 1 | 12F | 62 | 36 |
| Octal | 375 | 24 | 362 | 0 | 134 | 4 | 1 | 457 | 142 | 66 |
| Binary | 11111101 | 10100 | 11110010 | 0 | 1011100 | 100 | 1 | 100101111 | 1100010 | 110110 |
Color Harmonies of #FD14F2
Complementary color
Monochromatic Colors of #FD14F2
Black with #FD14F2
Text Example
Text Example
White with #FD14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14F2; }
p { color: rgb(253,20,242); }
H1.HeaderClassName
{
color: #FD14F2;
}
.AnyTagClassName
{
color: #FD14F2;
}
</style>
background-color css
<style>
a { background-color: #FD14F2; }
a { background-color: rgb(253,20,242); }
div.DivClassName
{
background-color: #FD14F2;
}
.BgClassName
{
background-color: #FD14F2;
}
</style>
border-color css
<style>
span { border-color: #FD14F2; }
span { border-color: rgb(253,20,242); }
td.TdClassName
{
border-color: #FD14F2;
}
.TagClassName
{
border-color: #FD14F2;
}
</style>