Shades of Magenta #F81CFD
Tints of Magenta #F81CFD
RGB
CMYK
RGB Variations
Color information
#F81CFD (or 0xF81CFD) is known color: Magenta. HEX triplet: F8, 1C and FD. RGB value is (248,28,253). Sum of RGB (Red+Green+Blue) = 248+28+253=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 28 (11.33% from 255 or 5.29% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #F81CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CFD is #07E302. Grayscale: #767676. Windows color (decimal): -516867 or 16588024. OLE color: 16588024.
HSL color Cylindrical-coordinate representation of color #F81CFD: hue angle of 298.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CFD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 28 | 253 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.01 |
| HSL | 298.67º | 0.98% | 0.55% | - |
| HSV(B) | 298.67º | 0.89% | 0.99% | - |
| XYZ | 56.86 | 27.88 | 95.31 | - |
| YUV | 119.43 | 203.39 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 253 | 0.02 | 0.89 | 0 | 0.01 | 298.67 | 0.98 | 0.55 |
| Hex | F8 | 1C | FD | 2 | 59 | 0 | 1 | 12B | 62 | 37 |
| Octal | 370 | 34 | 375 | 2 | 131 | 0 | 1 | 453 | 142 | 67 |
| Binary | 11111000 | 11100 | 11111101 | 10 | 1011001 | 0 | 1 | 100101011 | 1100010 | 110111 |
Color Harmonies of #F81CFD
Complementary color
Monochromatic Colors of #F81CFD
Black with #F81CFD
Text Example
Text Example
White with #F81CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CFD; }
p { color: rgb(248,28,253); }
H1.HeaderClassName
{
color: #F81CFD;
}
.AnyTagClassName
{
color: #F81CFD;
}
</style>
background-color css
<style>
a { background-color: #F81CFD; }
a { background-color: rgb(248,28,253); }
div.DivClassName
{
background-color: #F81CFD;
}
.BgClassName
{
background-color: #F81CFD;
}
</style>
border-color css
<style>
span { border-color: #F81CFD; }
span { border-color: rgb(248,28,253); }
td.TdClassName
{
border-color: #F81CFD;
}
.TagClassName
{
border-color: #F81CFD;
}
</style>