Shades of Magenta #F825F3
Tints of Magenta #F825F3
RGB
CMYK
RGB Variations
Color information
#F825F3 (or 0xF825F3) is known color: Magenta. HEX triplet: F8, 25 and F3. RGB value is (248,37,243). Sum of RGB (Red+Green+Blue) = 248+37+243=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F825F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825F3 is #07DA0C. Grayscale: #7A7A7A. Windows color (decimal): -514573 or 15934968. OLE color: 15934968.
HSL color Cylindrical-coordinate representation of color #F825F3: hue angle of 301.42º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825F3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 243 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.03 |
| HSL | 301.42º | 0.94% | 0.56% | - |
| HSV(B) | 301.42º | 0.85% | 0.97% | - |
| XYZ | 55.55 | 27.75 | 87.22 | - |
| YUV | 123.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 243 | 0 | 0.85 | 0.02 | 0.03 | 301.42 | 0.94 | 0.56 |
| Hex | F8 | 25 | F3 | 0 | 55 | 2 | 3 | 12D | 5E | 38 |
| Octal | 370 | 45 | 363 | 0 | 125 | 2 | 3 | 455 | 136 | 70 |
| Binary | 11111000 | 100101 | 11110011 | 0 | 1010101 | 10 | 11 | 100101101 | 1011110 | 111000 |
Color Harmonies of #F825F3
Complementary color
Monochromatic Colors of #F825F3
Black with #F825F3
Text Example
Text Example
White with #F825F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825F3; }
p { color: rgb(248,37,243); }
H1.HeaderClassName
{
color: #F825F3;
}
.AnyTagClassName
{
color: #F825F3;
}
</style>
background-color css
<style>
a { background-color: #F825F3; }
a { background-color: rgb(248,37,243); }
div.DivClassName
{
background-color: #F825F3;
}
.BgClassName
{
background-color: #F825F3;
}
</style>
border-color css
<style>
span { border-color: #F825F3; }
span { border-color: rgb(248,37,243); }
td.TdClassName
{
border-color: #F825F3;
}
.TagClassName
{
border-color: #F825F3;
}
</style>