#F524F9

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

Shades of Magenta #F524F9

Tints of Magenta #F524F9

Color information

#F524F9 (or 0xF524F9) is unknown color: approx Magenta. HEX triplet: F5, 24 and F9. RGB value is (245,36,249). Sum of RGB (Red+Green+Blue) = 245+36+249=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 36 (14.45% from 255 or 6.79% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #F524F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F524F9 is #0ADB06. Grayscale: #7A7A7A. Windows color (decimal): -711431 or 16327925. OLE color: 16327925.

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

Color convert

RGB24536249-
CMYK0.020.8600.02
HSL298.87º94.67%55.88%-
HSV(B)298.87º85.54%97.65%-
XYZ55.3927.5192.01-
YUV122.77199.24215.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 36 (14.45% from 255) = 6.79%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=46.23%
G=6.79%
B=46.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245362490.020.8600.02298.8794.6755.88
HexF524F92560212b5f38
Octal3654437121260245313770
Binary11110101100100111110011010101100101001010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F524F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F524F9; }

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

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

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

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

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

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

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

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