Shades of Magenta #F825FA
Tints of Magenta #F825FA
RGB
CMYK
RGB Variations
Color information
#F825FA (or 0xF825FA) is known color: Magenta. HEX triplet: F8, 25 and FA. RGB value is (248,37,250). Sum of RGB (Red+Green+Blue) = 248+37+250=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 37 (14.84% from 255 or 6.92% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #F825FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825FA is #07DA05. Grayscale: #7B7B7B. Windows color (decimal): -514566 or 16393720. OLE color: 16393720.
HSL color Cylindrical-coordinate representation of color #F825FA: hue angle of 299.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825FA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 37 | 250 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.02 |
| HSL | 299.44º | 0.96% | 0.56% | - |
| HSV(B) | 299.44º | 0.85% | 0.98% | - |
| XYZ | 56.63 | 28.18 | 92.9 | - |
| YUV | 124.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 250 | 0.01 | 0.85 | 0 | 0.02 | 299.44 | 0.96 | 0.56 |
| Hex | F8 | 25 | FA | 1 | 55 | 0 | 2 | 12B | 60 | 38 |
| Octal | 370 | 45 | 372 | 1 | 125 | 0 | 2 | 453 | 140 | 70 |
| Binary | 11111000 | 100101 | 11111010 | 1 | 1010101 | 0 | 10 | 100101011 | 1100000 | 111000 |
Color Harmonies of #F825FA
Complementary color
Monochromatic Colors of #F825FA
Black with #F825FA
Text Example
Text Example
White with #F825FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825FA; }
p { color: rgb(248,37,250); }
H1.HeaderClassName
{
color: #F825FA;
}
.AnyTagClassName
{
color: #F825FA;
}
</style>
background-color css
<style>
a { background-color: #F825FA; }
a { background-color: rgb(248,37,250); }
div.DivClassName
{
background-color: #F825FA;
}
.BgClassName
{
background-color: #F825FA;
}
</style>
border-color css
<style>
span { border-color: #F825FA; }
span { border-color: rgb(248,37,250); }
td.TdClassName
{
border-color: #F825FA;
}
.TagClassName
{
border-color: #F825FA;
}
</style>