Shades of Magenta #FB27F1
Tints of Magenta #FB27F1
RGB
CMYK
RGB Variations
Color information
#FB27F1 (or 0xFB27F1) is known color: Magenta. HEX triplet: FB, 27 and F1. RGB value is (251,39,241). Sum of RGB (Red+Green+Blue) = 251+39+241=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 39 (15.62% from 255 or 7.34% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB27F1 is #04D80E. Grayscale: #7C7C7C. Windows color (decimal): -317455 or 15804411. OLE color: 15804411.
HSL color Cylindrical-coordinate representation of color #FB27F1: hue angle of 302.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB27F1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 241 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.02 |
| HSL | 302.83º | 0.96% | 0.57% | - |
| HSV(B) | 302.83º | 0.84% | 0.98% | - |
| XYZ | 56.39 | 28.31 | 85.71 | - |
| YUV | 125.42 | 193.24 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 241 | 0 | 0.84 | 0.04 | 0.02 | 302.83 | 0.96 | 0.57 |
| Hex | FB | 27 | F1 | 0 | 54 | 4 | 2 | 12F | 60 | 39 |
| Octal | 373 | 47 | 361 | 0 | 124 | 4 | 2 | 457 | 140 | 71 |
| Binary | 11111011 | 100111 | 11110001 | 0 | 1010100 | 100 | 10 | 100101111 | 1100000 | 111001 |
Color Harmonies of #FB27F1
Complementary color
Monochromatic Colors of #FB27F1
Black with #FB27F1
Text Example
Text Example
White with #FB27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27F1; }
p { color: rgb(251,39,241); }
H1.HeaderClassName
{
color: #FB27F1;
}
.AnyTagClassName
{
color: #FB27F1;
}
</style>
background-color css
<style>
a { background-color: #FB27F1; }
a { background-color: rgb(251,39,241); }
div.DivClassName
{
background-color: #FB27F1;
}
.BgClassName
{
background-color: #FB27F1;
}
</style>
border-color css
<style>
span { border-color: #FB27F1; }
span { border-color: rgb(251,39,241); }
td.TdClassName
{
border-color: #FB27F1;
}
.TagClassName
{
border-color: #FB27F1;
}
</style>