Shades of Magenta #F827FF
Tints of Magenta #F827FF
RGB
CMYK
RGB Variations
Color information
#F827FF (or 0xF827FF) is known color: Magenta. HEX triplet: F8, 27 and FF. RGB value is (248,39,255). Sum of RGB (Red+Green+Blue) = 248+39+255=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 39 (15.62% from 255 or 7.20% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #F827FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827FF is #07D800. Grayscale: #7D7D7D. Windows color (decimal): -514049 or 16721912. OLE color: 16721912.
HSL color Cylindrical-coordinate representation of color #F827FF: hue angle of 298.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F827FF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 39 | 255 | - |
| CMYK | 0.03 | 0.85 | 0 | 0 |
| HSL | 298.06º | 1% | 0.58% | - |
| HSV(B) | 298.06º | 0.85% | 1% | - |
| XYZ | 57.49 | 28.63 | 97.1 | - |
| YUV | 126.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 255 | 0.03 | 0.85 | 0 | 0 | 298.06 | 1 | 0.58 |
| Hex | F8 | 27 | FF | 3 | 55 | 0 | 0 | 12A | 64 | 3A |
| Octal | 370 | 47 | 377 | 3 | 125 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11111000 | 100111 | 11111111 | 11 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F827FF
Complementary color
Monochromatic Colors of #F827FF
Black with #F827FF
Text Example
Text Example
White with #F827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827FF; }
p { color: rgb(248,39,255); }
H1.HeaderClassName
{
color: #F827FF;
}
.AnyTagClassName
{
color: #F827FF;
}
</style>
background-color css
<style>
a { background-color: #F827FF; }
a { background-color: rgb(248,39,255); }
div.DivClassName
{
background-color: #F827FF;
}
.BgClassName
{
background-color: #F827FF;
}
</style>
border-color css
<style>
span { border-color: #F827FF; }
span { border-color: rgb(248,39,255); }
td.TdClassName
{
border-color: #F827FF;
}
.TagClassName
{
border-color: #F827FF;
}
</style>