Shades of Magenta #F82FFB
Tints of Magenta #F82FFB
RGB
CMYK
RGB Variations
Color information
#F82FFB (or 0xF82FFB) is known color: Magenta. HEX triplet: F8, 2F and FB. RGB value is (248,47,251). Sum of RGB (Red+Green+Blue) = 248+47+251=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 47 (18.75% from 255 or 8.61% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #F82FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F82FFB is #07D004. Grayscale: #818181. Windows color (decimal): -512005 or 16461816. OLE color: 16461816.
HSL color Cylindrical-coordinate representation of color #F82FFB: hue angle of 299.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FFB is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 47 | 251 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.02 |
| HSL | 299.12º | 0.96% | 0.58% | - |
| HSV(B) | 299.12º | 0.81% | 0.98% | - |
| XYZ | 57.14 | 28.95 | 93.84 | - |
| YUV | 130.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 251 | 0.01 | 0.81 | 0 | 0.02 | 299.12 | 0.96 | 0.58 |
| Hex | F8 | 2F | FB | 1 | 51 | 0 | 2 | 12B | 60 | 3A |
| Octal | 370 | 57 | 373 | 1 | 121 | 0 | 2 | 453 | 140 | 72 |
| Binary | 11111000 | 101111 | 11111011 | 1 | 1010001 | 0 | 10 | 100101011 | 1100000 | 111010 |
Color Harmonies of #F82FFB
Complementary color
Monochromatic Colors of #F82FFB
Black with #F82FFB
Text Example
Text Example
White with #F82FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FFB; }
p { color: rgb(248,47,251); }
H1.HeaderClassName
{
color: #F82FFB;
}
.AnyTagClassName
{
color: #F82FFB;
}
</style>
background-color css
<style>
a { background-color: #F82FFB; }
a { background-color: rgb(248,47,251); }
div.DivClassName
{
background-color: #F82FFB;
}
.BgClassName
{
background-color: #F82FFB;
}
</style>
border-color css
<style>
span { border-color: #F82FFB; }
span { border-color: rgb(248,47,251); }
td.TdClassName
{
border-color: #F82FFB;
}
.TagClassName
{
border-color: #F82FFB;
}
</style>