Shades of Magenta #FF13F2
Tints of Magenta #FF13F2
RGB
CMYK
RGB Variations
Color information
#FF13F2 (or 0xFF13F2) is known color: Magenta. HEX triplet: FF, 13 and F2. RGB value is (255,19,242). Sum of RGB (Red+Green+Blue) = 255+19+242=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 19 (7.81% from 255 or 3.68% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13F2 is #00EC0D. Grayscale: #727272. Windows color (decimal): -60430 or 15864831. OLE color: 15864831.
HSL color Cylindrical-coordinate representation of color #FF13F2: hue angle of 303.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13F2 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 242 | - |
| CMYK | 0 | 0.93 | 0.05 | 0 |
| HSL | 303.31º | 1% | 0.54% | - |
| HSV(B) | 303.31º | 0.93% | 1% | - |
| XYZ | 57.5 | 28.14 | 86.4 | - |
| YUV | 114.99 | 199.69 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 242 | 0 | 0.93 | 0.05 | 0 | 303.31 | 1 | 0.54 |
| Hex | FF | 13 | F2 | 0 | 5D | 5 | 0 | 12F | 64 | 36 |
| Octal | 377 | 23 | 362 | 0 | 135 | 5 | 0 | 457 | 144 | 66 |
| Binary | 11111111 | 10011 | 11110010 | 0 | 1011101 | 101 | 0 | 100101111 | 1100100 | 110110 |
Color Harmonies of #FF13F2
Complementary color
Monochromatic Colors of #FF13F2
Black with #FF13F2
Text Example
Text Example
White with #FF13F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13F2; }
p { color: rgb(255,19,242); }
H1.HeaderClassName
{
color: #FF13F2;
}
.AnyTagClassName
{
color: #FF13F2;
}
</style>
background-color css
<style>
a { background-color: #FF13F2; }
a { background-color: rgb(255,19,242); }
div.DivClassName
{
background-color: #FF13F2;
}
.BgClassName
{
background-color: #FF13F2;
}
</style>
border-color css
<style>
span { border-color: #FF13F2; }
span { border-color: rgb(255,19,242); }
td.TdClassName
{
border-color: #FF13F2;
}
.TagClassName
{
border-color: #FF13F2;
}
</style>