Shades of Magenta #F528F3
Tints of Magenta #F528F3
RGB
CMYK
RGB Variations
Color information
#F528F3 (or 0xF528F3) is known color: Magenta. HEX triplet: F5, 28 and F3. RGB value is (245,40,243). Sum of RGB (Red+Green+Blue) = 245+40+243=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 40 (16.02% from 255 or 7.58% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F528F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528F3 is #0AD70C. Grayscale: #7B7B7B. Windows color (decimal): -710413 or 15935733. OLE color: 15935733.
HSL color Cylindrical-coordinate representation of color #F528F3: hue angle of 300.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528F3 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 243 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.04 |
| HSL | 300.59º | 0.91% | 0.56% | - |
| HSV(B) | 300.59º | 0.84% | 0.96% | - |
| XYZ | 54.59 | 27.4 | 87.21 | - |
| YUV | 124.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 243 | 0 | 0.84 | 0.01 | 0.04 | 300.59 | 0.91 | 0.56 |
| Hex | F5 | 28 | F3 | 0 | 54 | 1 | 4 | 12D | 5B | 38 |
| Octal | 365 | 50 | 363 | 0 | 124 | 1 | 4 | 455 | 133 | 70 |
| Binary | 11110101 | 101000 | 11110011 | 0 | 1010100 | 1 | 100 | 100101101 | 1011011 | 111000 |
Color Harmonies of #F528F3
Complementary color
Monochromatic Colors of #F528F3
Black with #F528F3
Text Example
Text Example
White with #F528F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F528F3; }
p { color: rgb(245,40,243); }
H1.HeaderClassName
{
color: #F528F3;
}
.AnyTagClassName
{
color: #F528F3;
}
</style>
background-color css
<style>
a { background-color: #F528F3; }
a { background-color: rgb(245,40,243); }
div.DivClassName
{
background-color: #F528F3;
}
.BgClassName
{
background-color: #F528F3;
}
</style>
border-color css
<style>
span { border-color: #F528F3; }
span { border-color: rgb(245,40,243); }
td.TdClassName
{
border-color: #F528F3;
}
.TagClassName
{
border-color: #F528F3;
}
</style>