Shades of Magenta #FF1BF3
Tints of Magenta #FF1BF3
RGB
CMYK
RGB Variations
Color information
#FF1BF3 (or 0xFF1BF3) is known color: Magenta. HEX triplet: FF, 1B and F3. RGB value is (255,27,243). Sum of RGB (Red+Green+Blue) = 255+27+243=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 27 (10.94% from 255 or 5.14% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BF3 is #00E40C. Grayscale: #777777. Windows color (decimal): -58381 or 15932415. OLE color: 15932415.
HSL color Cylindrical-coordinate representation of color #FF1BF3: hue angle of 303.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BF3 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 243 | - |
| CMYK | 0 | 0.89 | 0.05 | 0 |
| HSL | 303.16º | 1% | 0.55% | - |
| HSV(B) | 303.16º | 0.89% | 1% | - |
| XYZ | 57.81 | 28.51 | 87.25 | - |
| YUV | 119.8 | 197.54 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 243 | 0 | 0.89 | 0.05 | 0 | 303.16 | 1 | 0.55 |
| Hex | FF | 1B | F3 | 0 | 59 | 5 | 0 | 12F | 64 | 37 |
| Octal | 377 | 33 | 363 | 0 | 131 | 5 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11011 | 11110011 | 0 | 1011001 | 101 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF1BF3
Complementary color
Monochromatic Colors of #FF1BF3
Black with #FF1BF3
Text Example
Text Example
White with #FF1BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BF3; }
p { color: rgb(255,27,243); }
H1.HeaderClassName
{
color: #FF1BF3;
}
.AnyTagClassName
{
color: #FF1BF3;
}
</style>
background-color css
<style>
a { background-color: #FF1BF3; }
a { background-color: rgb(255,27,243); }
div.DivClassName
{
background-color: #FF1BF3;
}
.BgClassName
{
background-color: #FF1BF3;
}
</style>
border-color css
<style>
span { border-color: #FF1BF3; }
span { border-color: rgb(255,27,243); }
td.TdClassName
{
border-color: #FF1BF3;
}
.TagClassName
{
border-color: #FF1BF3;
}
</style>