Shades of Magenta #F81FFD
Tints of Magenta #F81FFD
RGB
CMYK
RGB Variations
Color information
#F81FFD (or 0xF81FFD) is known color: Magenta. HEX triplet: F8, 1F and FD. RGB value is (248,31,253). Sum of RGB (Red+Green+Blue) = 248+31+253=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 31 (12.5% from 255 or 5.83% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #F81FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81FFD is #07E002. Grayscale: #787878. Windows color (decimal): -516099 or 16588792. OLE color: 16588792.
HSL color Cylindrical-coordinate representation of color #F81FFD: hue angle of 298.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FFD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 31 | 253 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.01 |
| HSL | 298.65º | 0.98% | 0.56% | - |
| HSV(B) | 298.65º | 0.88% | 0.99% | - |
| XYZ | 56.93 | 28.03 | 95.34 | - |
| YUV | 121.19 | 202.39 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 253 | 0.02 | 0.88 | 0 | 0.01 | 298.65 | 0.98 | 0.56 |
| Hex | F8 | 1F | FD | 2 | 58 | 0 | 1 | 12B | 62 | 38 |
| Octal | 370 | 37 | 375 | 2 | 130 | 0 | 1 | 453 | 142 | 70 |
| Binary | 11111000 | 11111 | 11111101 | 10 | 1011000 | 0 | 1 | 100101011 | 1100010 | 111000 |
Color Harmonies of #F81FFD
Complementary color
Monochromatic Colors of #F81FFD
Black with #F81FFD
Text Example
Text Example
White with #F81FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FFD; }
p { color: rgb(248,31,253); }
H1.HeaderClassName
{
color: #F81FFD;
}
.AnyTagClassName
{
color: #F81FFD;
}
</style>
background-color css
<style>
a { background-color: #F81FFD; }
a { background-color: rgb(248,31,253); }
div.DivClassName
{
background-color: #F81FFD;
}
.BgClassName
{
background-color: #F81FFD;
}
</style>
border-color css
<style>
span { border-color: #F81FFD; }
span { border-color: rgb(248,31,253); }
td.TdClassName
{
border-color: #F81FFD;
}
.TagClassName
{
border-color: #F81FFD;
}
</style>