Shades of Magenta #F91CFA
Tints of Magenta #F91CFA
RGB
CMYK
RGB Variations
Color information
#F91CFA (or 0xF91CFA) is known color: Magenta. HEX triplet: F9, 1C and FA. RGB value is (249,28,250). Sum of RGB (Red+Green+Blue) = 249+28+250=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #F91CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CFA is #06E305. Grayscale: #767676. Windows color (decimal): -451334 or 16391417. OLE color: 16391417.
HSL color Cylindrical-coordinate representation of color #F91CFA: hue angle of 299.73º degrees, saturation: 0.96, 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 #F91CFA is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 250 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.02 |
| HSL | 299.73º | 0.96% | 0.55% | - |
| HSV(B) | 299.73º | 0.89% | 0.98% | - |
| XYZ | 56.74 | 27.87 | 92.83 | - |
| YUV | 119.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 250 | 0.00 | 0.89 | 0 | 0.02 | 299.73 | 0.96 | 0.55 |
| Hex | F9 | 1C | FA | 0 | 59 | 0 | 2 | 12C | 60 | 37 |
| Octal | 371 | 34 | 372 | 0 | 131 | 0 | 2 | 454 | 140 | 67 |
| Binary | 11111001 | 11100 | 11111010 | 0 | 1011001 | 0 | 10 | 100101100 | 1100000 | 110111 |
Color Harmonies of #F91CFA
Complementary color
Monochromatic Colors of #F91CFA
Black with #F91CFA
Text Example
Text Example
White with #F91CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CFA; }
p { color: rgb(249,28,250); }
H1.HeaderClassName
{
color: #F91CFA;
}
.AnyTagClassName
{
color: #F91CFA;
}
</style>
background-color css
<style>
a { background-color: #F91CFA; }
a { background-color: rgb(249,28,250); }
div.DivClassName
{
background-color: #F91CFA;
}
.BgClassName
{
background-color: #F91CFA;
}
</style>
border-color css
<style>
span { border-color: #F91CFA; }
span { border-color: rgb(249,28,250); }
td.TdClassName
{
border-color: #F91CFA;
}
.TagClassName
{
border-color: #F91CFA;
}
</style>