Shades of Magenta #FF1FFB
Tints of Magenta #FF1FFB
RGB
CMYK
RGB Variations
Color information
#FF1FFB (or 0xFF1FFB) is known color: Magenta. HEX triplet: FF, 1F and FB. RGB value is (255,31,251). Sum of RGB (Red+Green+Blue) = 255+31+251=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 31 (12.5% from 255 or 5.77% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FFB is #00E004. Grayscale: #7A7A7A. Windows color (decimal): -57349 or 16457727. OLE color: 16457727.
HSL color Cylindrical-coordinate representation of color #FF1FFB: hue angle of 301.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FFB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 251 | - |
| CMYK | 0 | 0.88 | 0.02 | 0 |
| HSL | 301.07º | 1% | 0.56% | - |
| HSV(B) | 301.07º | 0.88% | 1% | - |
| XYZ | 59.14 | 29.21 | 93.79 | - |
| YUV | 123.06 | 200.21 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 251 | 0 | 0.88 | 0.02 | 0 | 301.07 | 1 | 0.56 |
| Hex | FF | 1F | FB | 0 | 58 | 2 | 0 | 12D | 64 | 38 |
| Octal | 377 | 37 | 373 | 0 | 130 | 2 | 0 | 455 | 144 | 70 |
| Binary | 11111111 | 11111 | 11111011 | 0 | 1011000 | 10 | 0 | 100101101 | 1100100 | 111000 |
Color Harmonies of #FF1FFB
Complementary color
Monochromatic Colors of #FF1FFB
Black with #FF1FFB
Text Example
Text Example
White with #FF1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FFB; }
p { color: rgb(255,31,251); }
H1.HeaderClassName
{
color: #FF1FFB;
}
.AnyTagClassName
{
color: #FF1FFB;
}
</style>
background-color css
<style>
a { background-color: #FF1FFB; }
a { background-color: rgb(255,31,251); }
div.DivClassName
{
background-color: #FF1FFB;
}
.BgClassName
{
background-color: #FF1FFB;
}
</style>
border-color css
<style>
span { border-color: #FF1FFB; }
span { border-color: rgb(255,31,251); }
td.TdClassName
{
border-color: #FF1FFB;
}
.TagClassName
{
border-color: #FF1FFB;
}
</style>