Shades of Magenta #F81BFD
Tints of Magenta #F81BFD
RGB
CMYK
RGB Variations
Color information
#F81BFD (or 0xF81BFD) is known color: Magenta. HEX triplet: F8, 1B and FD. RGB value is (248,27,253). Sum of RGB (Red+Green+Blue) = 248+27+253=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 27 (10.94% from 255 or 5.11% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #F81BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BFD is #07E402. Grayscale: #767676. Windows color (decimal): -517123 or 16587768. OLE color: 16587768.
HSL color Cylindrical-coordinate representation of color #F81BFD: 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 #F81BFD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 27 | 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.83 | 27.83 | 95.31 | - |
| YUV | 118.84 | 203.72 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 253 | 0.02 | 0.89 | 0 | 0.01 | 298.67 | 0.98 | 0.55 |
| Hex | F8 | 1B | FD | 2 | 59 | 0 | 1 | 12B | 62 | 37 |
| Octal | 370 | 33 | 375 | 2 | 131 | 0 | 1 | 453 | 142 | 67 |
| Binary | 11111000 | 11011 | 11111101 | 10 | 1011001 | 0 | 1 | 100101011 | 1100010 | 110111 |
Color Harmonies of #F81BFD
Complementary color
Monochromatic Colors of #F81BFD
Black with #F81BFD
Text Example
Text Example
White with #F81BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BFD; }
p { color: rgb(248,27,253); }
H1.HeaderClassName
{
color: #F81BFD;
}
.AnyTagClassName
{
color: #F81BFD;
}
</style>
background-color css
<style>
a { background-color: #F81BFD; }
a { background-color: rgb(248,27,253); }
div.DivClassName
{
background-color: #F81BFD;
}
.BgClassName
{
background-color: #F81BFD;
}
</style>
border-color css
<style>
span { border-color: #F81BFD; }
span { border-color: rgb(248,27,253); }
td.TdClassName
{
border-color: #F81BFD;
}
.TagClassName
{
border-color: #F81BFD;
}
</style>