Shades of Magenta #F91CFB
Tints of Magenta #F91CFB
RGB
CMYK
RGB Variations
Color information
#F91CFB (or 0xF91CFB) is known color: Magenta. HEX triplet: F9, 1C and FB. RGB value is (249,28,251). Sum of RGB (Red+Green+Blue) = 249+28+251=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 28 (11.33% from 255 or 5.30% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #F91CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CFB is #06E304. Grayscale: #767676. Windows color (decimal): -451333 or 16456953. OLE color: 16456953.
HSL color Cylindrical-coordinate representation of color #F91CFB: hue angle of 299.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91CFB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 251 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.02 |
| HSL | 299.46º | 0.97% | 0.55% | - |
| HSV(B) | 299.46º | 0.89% | 0.98% | - |
| XYZ | 56.89 | 27.94 | 93.66 | - |
| YUV | 119.5 | 202.22 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 251 | 0.01 | 0.89 | 0 | 0.02 | 299.46 | 0.97 | 0.55 |
| Hex | F9 | 1C | FB | 1 | 59 | 0 | 2 | 12B | 61 | 37 |
| Octal | 371 | 34 | 373 | 1 | 131 | 0 | 2 | 453 | 141 | 67 |
| Binary | 11111001 | 11100 | 11111011 | 1 | 1011001 | 0 | 10 | 100101011 | 1100001 | 110111 |
Color Harmonies of #F91CFB
Complementary color
Monochromatic Colors of #F91CFB
Black with #F91CFB
Text Example
Text Example
White with #F91CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CFB; }
p { color: rgb(249,28,251); }
H1.HeaderClassName
{
color: #F91CFB;
}
.AnyTagClassName
{
color: #F91CFB;
}
</style>
background-color css
<style>
a { background-color: #F91CFB; }
a { background-color: rgb(249,28,251); }
div.DivClassName
{
background-color: #F91CFB;
}
.BgClassName
{
background-color: #F91CFB;
}
</style>
border-color css
<style>
span { border-color: #F91CFB; }
span { border-color: rgb(249,28,251); }
td.TdClassName
{
border-color: #F91CFB;
}
.TagClassName
{
border-color: #F91CFB;
}
</style>