Shades of Magenta #FF14F7
Tints of Magenta #FF14F7
RGB
CMYK
RGB Variations
Color information
#FF14F7 (or 0xFF14F7) is known color: Magenta. HEX triplet: FF, 14 and F7. RGB value is (255,20,247). Sum of RGB (Red+Green+Blue) = 255+20+247=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 20 (8.20% from 255 or 3.83% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14F7 is #00EB08. Grayscale: #737373. Windows color (decimal): -60169 or 16192767. OLE color: 16192767.
HSL color Cylindrical-coordinate representation of color #FF14F7: hue angle of 302.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14F7 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 247 | - |
| CMYK | 0 | 0.92 | 0.03 | 0 |
| HSL | 302.04º | 1% | 0.54% | - |
| HSV(B) | 302.04º | 0.92% | 1% | - |
| XYZ | 58.28 | 28.48 | 90.42 | - |
| YUV | 116.14 | 201.86 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 247 | 0 | 0.92 | 0.03 | 0 | 302.04 | 1 | 0.54 |
| Hex | FF | 14 | F7 | 0 | 5C | 3 | 0 | 12E | 64 | 36 |
| Octal | 377 | 24 | 367 | 0 | 134 | 3 | 0 | 456 | 144 | 66 |
| Binary | 11111111 | 10100 | 11110111 | 0 | 1011100 | 11 | 0 | 100101110 | 1100100 | 110110 |
Color Harmonies of #FF14F7
Complementary color
Monochromatic Colors of #FF14F7
Black with #FF14F7
Text Example
Text Example
White with #FF14F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14F7; }
p { color: rgb(255,20,247); }
H1.HeaderClassName
{
color: #FF14F7;
}
.AnyTagClassName
{
color: #FF14F7;
}
</style>
background-color css
<style>
a { background-color: #FF14F7; }
a { background-color: rgb(255,20,247); }
div.DivClassName
{
background-color: #FF14F7;
}
.BgClassName
{
background-color: #FF14F7;
}
</style>
border-color css
<style>
span { border-color: #FF14F7; }
span { border-color: rgb(255,20,247); }
td.TdClassName
{
border-color: #FF14F7;
}
.TagClassName
{
border-color: #FF14F7;
}
</style>