Shades of Magenta #FF19F2
Tints of Magenta #FF19F2
RGB
CMYK
RGB Variations
Color information
#FF19F2 (or 0xFF19F2) is known color: Magenta. HEX triplet: FF, 19 and F2. RGB value is (255,25,242). Sum of RGB (Red+Green+Blue) = 255+25+242=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 25 (10.16% from 255 or 4.79% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19F2 is #00E60D. Grayscale: #757575. Windows color (decimal): -58894 or 15866367. OLE color: 15866367.
HSL color Cylindrical-coordinate representation of color #FF19F2: hue angle of 303.39º 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 #FF19F2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 242 | - |
| CMYK | 0 | 0.90 | 0.05 | 0 |
| HSL | 303.39º | 1% | 0.55% | - |
| HSV(B) | 303.39º | 0.9% | 1% | - |
| XYZ | 57.61 | 28.37 | 86.44 | - |
| YUV | 118.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 242 | 0 | 0.90 | 0.05 | 0 | 303.39 | 1 | 0.55 |
| Hex | FF | 19 | F2 | 0 | 5A | 5 | 0 | 12F | 64 | 37 |
| Octal | 377 | 31 | 362 | 0 | 132 | 5 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11001 | 11110010 | 0 | 1011010 | 101 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF19F2
Complementary color
Monochromatic Colors of #FF19F2
Black with #FF19F2
Text Example
Text Example
White with #FF19F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19F2; }
p { color: rgb(255,25,242); }
H1.HeaderClassName
{
color: #FF19F2;
}
.AnyTagClassName
{
color: #FF19F2;
}
</style>
background-color css
<style>
a { background-color: #FF19F2; }
a { background-color: rgb(255,25,242); }
div.DivClassName
{
background-color: #FF19F2;
}
.BgClassName
{
background-color: #FF19F2;
}
</style>
border-color css
<style>
span { border-color: #FF19F2; }
span { border-color: rgb(255,25,242); }
td.TdClassName
{
border-color: #FF19F2;
}
.TagClassName
{
border-color: #FF19F2;
}
</style>