Shades of Magenta #FF19F4
Tints of Magenta #FF19F4
RGB
CMYK
RGB Variations
Color information
#FF19F4 (or 0xFF19F4) is known color: Magenta. HEX triplet: FF, 19 and F4. RGB value is (255,25,244). Sum of RGB (Red+Green+Blue) = 255+25+244=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19F4 is #00E60B. Grayscale: #767676. Windows color (decimal): -58892 or 15997439. OLE color: 15997439.
HSL color Cylindrical-coordinate representation of color #FF19F4: hue angle of 302.87º 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 #FF19F4 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 244 | - |
| CMYK | 0 | 0.90 | 0.04 | 0 |
| HSL | 302.87º | 1% | 0.55% | - |
| HSV(B) | 302.87º | 0.9% | 1% | - |
| XYZ | 57.92 | 28.49 | 88.03 | - |
| YUV | 118.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 244 | 0 | 0.90 | 0.04 | 0 | 302.87 | 1 | 0.55 |
| Hex | FF | 19 | F4 | 0 | 5A | 4 | 0 | 12F | 64 | 37 |
| Octal | 377 | 31 | 364 | 0 | 132 | 4 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11001 | 11110100 | 0 | 1011010 | 100 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF19F4
Complementary color
Monochromatic Colors of #FF19F4
Black with #FF19F4
Text Example
Text Example
White with #FF19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19F4; }
p { color: rgb(255,25,244); }
H1.HeaderClassName
{
color: #FF19F4;
}
.AnyTagClassName
{
color: #FF19F4;
}
</style>
background-color css
<style>
a { background-color: #FF19F4; }
a { background-color: rgb(255,25,244); }
div.DivClassName
{
background-color: #FF19F4;
}
.BgClassName
{
background-color: #FF19F4;
}
</style>
border-color css
<style>
span { border-color: #FF19F4; }
span { border-color: rgb(255,25,244); }
td.TdClassName
{
border-color: #FF19F4;
}
.TagClassName
{
border-color: #FF19F4;
}
</style>