Shades of Magenta #F81CFA
Tints of Magenta #F81CFA
RGB
CMYK
RGB Variations
Color information
#F81CFA (or 0xF81CFA) is known color: Magenta. HEX triplet: F8, 1C and FA. RGB value is (248,28,250). Sum of RGB (Red+Green+Blue) = 248+28+250=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #F81CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CFA is #07E305. Grayscale: #767676. Windows color (decimal): -516870 or 16391416. OLE color: 16391416.
HSL color Cylindrical-coordinate representation of color #F81CFA: hue angle of 299.46º 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 #F81CFA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 28 | 250 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.02 |
| HSL | 299.46º | 0.96% | 0.55% | - |
| HSV(B) | 299.46º | 0.89% | 0.98% | - |
| XYZ | 56.38 | 27.69 | 92.82 | - |
| YUV | 119.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 250 | 0.01 | 0.89 | 0 | 0.02 | 299.46 | 0.96 | 0.55 |
| Hex | F8 | 1C | FA | 1 | 59 | 0 | 2 | 12B | 60 | 37 |
| Octal | 370 | 34 | 372 | 1 | 131 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11111000 | 11100 | 11111010 | 1 | 1011001 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F81CFA
Complementary color
Monochromatic Colors of #F81CFA
Black with #F81CFA
Text Example
Text Example
White with #F81CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CFA; }
p { color: rgb(248,28,250); }
H1.HeaderClassName
{
color: #F81CFA;
}
.AnyTagClassName
{
color: #F81CFA;
}
</style>
background-color css
<style>
a { background-color: #F81CFA; }
a { background-color: rgb(248,28,250); }
div.DivClassName
{
background-color: #F81CFA;
}
.BgClassName
{
background-color: #F81CFA;
}
</style>
border-color css
<style>
span { border-color: #F81CFA; }
span { border-color: rgb(248,28,250); }
td.TdClassName
{
border-color: #F81CFA;
}
.TagClassName
{
border-color: #F81CFA;
}
</style>