Shades of Magenta #FF19F3
Tints of Magenta #FF19F3
RGB
CMYK
RGB Variations
Color information
#FF19F3 (or 0xFF19F3) is known color: Magenta. HEX triplet: FF, 19 and F3. RGB value is (255,25,243). Sum of RGB (Red+Green+Blue) = 255+25+243=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 25 (10.16% from 255 or 4.78% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF19F3 is #00E60C. Grayscale: #757575. Windows color (decimal): -58893 or 15931903. OLE color: 15931903.
HSL color Cylindrical-coordinate representation of color #FF19F3: hue angle of 303.13º 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 #FF19F3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 243 | - |
| CMYK | 0 | 0.90 | 0.05 | 0 |
| HSL | 303.13º | 1% | 0.55% | - |
| HSV(B) | 303.13º | 0.9% | 1% | - |
| XYZ | 57.77 | 28.43 | 87.24 | - |
| YUV | 118.62 | 198.2 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 243 | 0 | 0.90 | 0.05 | 0 | 303.13 | 1 | 0.55 |
| Hex | FF | 19 | F3 | 0 | 5A | 5 | 0 | 12F | 64 | 37 |
| Octal | 377 | 31 | 363 | 0 | 132 | 5 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11001 | 11110011 | 0 | 1011010 | 101 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF19F3
Complementary color
Monochromatic Colors of #FF19F3
Black with #FF19F3
Text Example
Text Example
White with #FF19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19F3; }
p { color: rgb(255,25,243); }
H1.HeaderClassName
{
color: #FF19F3;
}
.AnyTagClassName
{
color: #FF19F3;
}
</style>
background-color css
<style>
a { background-color: #FF19F3; }
a { background-color: rgb(255,25,243); }
div.DivClassName
{
background-color: #FF19F3;
}
.BgClassName
{
background-color: #FF19F3;
}
</style>
border-color css
<style>
span { border-color: #FF19F3; }
span { border-color: rgb(255,25,243); }
td.TdClassName
{
border-color: #FF19F3;
}
.TagClassName
{
border-color: #FF19F3;
}
</style>