Shades of Magenta #F825F7
Tints of Magenta #F825F7
RGB
CMYK
RGB Variations
Color information
#F825F7 (or 0xF825F7) is known color: Magenta. HEX triplet: F8, 25 and F7. RGB value is (248,37,247). Sum of RGB (Red+Green+Blue) = 248+37+247=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 37 (14.84% from 255 or 6.95% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F825F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F825F7 is #07DA08. Grayscale: #7B7B7B. Windows color (decimal): -514569 or 16197112. OLE color: 16197112.
HSL color Cylindrical-coordinate representation of color #F825F7: hue angle of 300.28º 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 #F825F7 is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 247 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.03 |
| HSL | 300.28º | 0.94% | 0.56% | - |
| HSV(B) | 300.28º | 0.85% | 0.97% | - |
| XYZ | 56.16 | 27.99 | 90.44 | - |
| YUV | 124.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 247 | 0 | 0.85 | 0.00 | 0.03 | 300.28 | 0.94 | 0.56 |
| Hex | F8 | 25 | F7 | 0 | 55 | 0 | 3 | 12C | 5E | 38 |
| Octal | 370 | 45 | 367 | 0 | 125 | 0 | 3 | 454 | 136 | 70 |
| Binary | 11111000 | 100101 | 11110111 | 0 | 1010101 | 0 | 11 | 100101100 | 1011110 | 111000 |
Color Harmonies of #F825F7
Complementary color
Monochromatic Colors of #F825F7
Black with #F825F7
Text Example
Text Example
White with #F825F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F825F7; }
p { color: rgb(248,37,247); }
H1.HeaderClassName
{
color: #F825F7;
}
.AnyTagClassName
{
color: #F825F7;
}
</style>
background-color css
<style>
a { background-color: #F825F7; }
a { background-color: rgb(248,37,247); }
div.DivClassName
{
background-color: #F825F7;
}
.BgClassName
{
background-color: #F825F7;
}
</style>
border-color css
<style>
span { border-color: #F825F7; }
span { border-color: rgb(248,37,247); }
td.TdClassName
{
border-color: #F825F7;
}
.TagClassName
{
border-color: #F825F7;
}
</style>