Shades of Magenta #F825FF
Tints of Magenta #F825FF
RGB
CMYK
RGB Variations
Color information
#F825FF (or 0xF825FF) is known color: Magenta. HEX triplet: F8, 25 and FF. RGB value is (248,37,255). Sum of RGB (Red+Green+Blue) = 248+37+255=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 37 (14.84% from 255 or 6.85% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F825FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825FF is #07DA00. Grayscale: #7C7C7C. Windows color (decimal): -514561 or 16721400. OLE color: 16721400.
HSL color Cylindrical-coordinate representation of color #F825FF: hue angle of 298.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825FF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 37 | 255 | - |
| CMYK | 0.03 | 0.85 | 0 | 0 |
| HSL | 298.07º | 1% | 0.57% | - |
| HSV(B) | 298.07º | 0.85% | 1% | - |
| XYZ | 57.42 | 28.5 | 97.08 | - |
| YUV | 124.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 255 | 0.03 | 0.85 | 0 | 0 | 298.07 | 1 | 0.57 |
| Hex | F8 | 25 | FF | 3 | 55 | 0 | 0 | 12A | 64 | 39 |
| Octal | 370 | 45 | 377 | 3 | 125 | 0 | 0 | 452 | 144 | 71 |
| Binary | 11111000 | 100101 | 11111111 | 11 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111001 |
Color Harmonies of #F825FF
Complementary color
Monochromatic Colors of #F825FF
Black with #F825FF
Text Example
Text Example
White with #F825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825FF; }
p { color: rgb(248,37,255); }
H1.HeaderClassName
{
color: #F825FF;
}
.AnyTagClassName
{
color: #F825FF;
}
</style>
background-color css
<style>
a { background-color: #F825FF; }
a { background-color: rgb(248,37,255); }
div.DivClassName
{
background-color: #F825FF;
}
.BgClassName
{
background-color: #F825FF;
}
</style>
border-color css
<style>
span { border-color: #F825FF; }
span { border-color: rgb(248,37,255); }
td.TdClassName
{
border-color: #F825FF;
}
.TagClassName
{
border-color: #F825FF;
}
</style>