Shades of Magenta #FF19F7
Tints of Magenta #FF19F7
RGB
CMYK
RGB Variations
Color information
#FF19F7 (or 0xFF19F7) is known color: Magenta. HEX triplet: FF, 19 and F7. RGB value is (255,25,247). Sum of RGB (Red+Green+Blue) = 255+25+247=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 25 (10.16% from 255 or 4.74% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19F7 is #00E608. Grayscale: #767676. Windows color (decimal): -58889 or 16194047. OLE color: 16194047.
HSL color Cylindrical-coordinate representation of color #FF19F7: hue angle of 302.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19F7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 247 | - |
| CMYK | 0 | 0.90 | 0.03 | 0 |
| HSL | 302.09º | 1% | 0.55% | - |
| HSV(B) | 302.09º | 0.9% | 1% | - |
| XYZ | 58.38 | 28.67 | 90.45 | - |
| YUV | 119.08 | 200.2 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 247 | 0 | 0.90 | 0.03 | 0 | 302.09 | 1 | 0.55 |
| Hex | FF | 19 | F7 | 0 | 5A | 3 | 0 | 12E | 64 | 37 |
| Octal | 377 | 31 | 367 | 0 | 132 | 3 | 0 | 456 | 144 | 67 |
| Binary | 11111111 | 11001 | 11110111 | 0 | 1011010 | 11 | 0 | 100101110 | 1100100 | 110111 |
Color Harmonies of #FF19F7
Complementary color
Monochromatic Colors of #FF19F7
Black with #FF19F7
Text Example
Text Example
White with #FF19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19F7; }
p { color: rgb(255,25,247); }
H1.HeaderClassName
{
color: #FF19F7;
}
.AnyTagClassName
{
color: #FF19F7;
}
</style>
background-color css
<style>
a { background-color: #FF19F7; }
a { background-color: rgb(255,25,247); }
div.DivClassName
{
background-color: #FF19F7;
}
.BgClassName
{
background-color: #FF19F7;
}
</style>
border-color css
<style>
span { border-color: #FF19F7; }
span { border-color: rgb(255,25,247); }
td.TdClassName
{
border-color: #FF19F7;
}
.TagClassName
{
border-color: #FF19F7;
}
</style>