Shades of Magenta #FF1BF4
Tints of Magenta #FF1BF4
RGB
CMYK
RGB Variations
Color information
#FF1BF4 (or 0xFF1BF4) is known color: Magenta. HEX triplet: FF, 1B and F4. RGB value is (255,27,244). Sum of RGB (Red+Green+Blue) = 255+27+244=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 27 (10.94% from 255 or 5.13% from 526); Blue value is 244 (95.70% from 255 or 46.39% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BF4 is #00E40B. Grayscale: #777777. Windows color (decimal): -58380 or 15997951. OLE color: 15997951.
HSL color Cylindrical-coordinate representation of color #FF1BF4: hue angle of 302.89º 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 #FF1BF4 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 244 | - |
| CMYK | 0 | 0.89 | 0.04 | 0 |
| HSL | 302.89º | 1% | 0.55% | - |
| HSV(B) | 302.89º | 0.89% | 1% | - |
| XYZ | 57.96 | 28.58 | 88.05 | - |
| YUV | 119.91 | 198.04 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 244 | 0 | 0.89 | 0.04 | 0 | 302.89 | 1 | 0.55 |
| Hex | FF | 1B | F4 | 0 | 59 | 4 | 0 | 12F | 64 | 37 |
| Octal | 377 | 33 | 364 | 0 | 131 | 4 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 11011 | 11110100 | 0 | 1011001 | 100 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF1BF4
Complementary color
Monochromatic Colors of #FF1BF4
Black with #FF1BF4
Text Example
Text Example
White with #FF1BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BF4; }
p { color: rgb(255,27,244); }
H1.HeaderClassName
{
color: #FF1BF4;
}
.AnyTagClassName
{
color: #FF1BF4;
}
</style>
background-color css
<style>
a { background-color: #FF1BF4; }
a { background-color: rgb(255,27,244); }
div.DivClassName
{
background-color: #FF1BF4;
}
.BgClassName
{
background-color: #FF1BF4;
}
</style>
border-color css
<style>
span { border-color: #FF1BF4; }
span { border-color: rgb(255,27,244); }
td.TdClassName
{
border-color: #FF1BF4;
}
.TagClassName
{
border-color: #FF1BF4;
}
</style>