#F528F9

Color #F528F9 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F528F9

Tints of Magenta #F528F9

Color information

#F528F9 (or 0xF528F9) is unknown color: approx Magenta. HEX triplet: F5, 28 and F9. RGB value is (245,40,249). Sum of RGB (Red+Green+Blue) = 245+40+249=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #F528F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F528F9 is #0AD706. Grayscale: #7C7C7C. Windows color (decimal): -710407 or 16328949. OLE color: 16328949.

HSL color Cylindrical-coordinate representation of color #F528F9: hue angle of 298.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F528F9 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24540249-
CMYK0.020.8400.02
HSL298.85º94.57%56.67%-
HSV(B)298.85º83.94%97.65%-
XYZ55.5127.7792.06-
YUV125.12197.92213.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 40 (16.02% from 255) = 7.49%
BLUE value IS 249 (97.66% from 255) = 46.63%
R=45.88%
G=7.49%
B=46.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245402490.020.8400.02298.8594.5756.67
HexF528F92540212b5f39
Octal3655037121240245313771
Binary11110101101000111110011010101000101001010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F528F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F528F9; }

 p { color: rgb(245,40,249); }

 H1.HeaderClassName
 {
   color: #F528F9;
 }
 .AnyTagClassName
 {
   color: #F528F9;
 }
</style>
background-color css

<style>
 a { background-color: #F528F9; }

 a { background-color: rgb(245,40,249); }

 div.DivClassName
 {
   background-color: #F528F9;
 }
 .BgClassName
 {
   background-color: #F528F9;
 }
</style>
border-color css

<style>
 span { border-color: #F528F9; }

 span { border-color: rgb(245,40,249); }

 td.TdClassName
 {
   border-color: #F528F9;
 }
 .TagClassName
 {
   border-color: #F528F9;
 }
</style>