#f525f1

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

Shades of Magenta #F525F1

Tints of Magenta #F525F1

Color information

#F525F1 (or 0xF525F1) is unknown color: approx Magenta. HEX triplet: F5, 25 and F1. RGB value is (245,37,241). Sum of RGB (Red+Green+Blue) = 245+37+241=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 37 (14.84% from 255 or 7.07% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F525F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F525F1 is #0ADA0E. Grayscale: #797979. Windows color (decimal): -711183 or 15803893. OLE color: 15803893.

HSL color Cylindrical-coordinate representation of color #F525F1: hue angle of 301.15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F525F1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB24537241-
CMYK00.850.020.04
HSL301.15º91.23%55.29%-
HSV(B)301.15º84.9%96.08%-
XYZ54.1927.0985.59-
YUV122.45194.91215.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 37 (14.84% from 255) = 7.07%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=46.85%
G=7.07%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453724100.850.020.04301.1591.2355.29
HexF525F10552412d5b37
Octal3654536101252445513367
Binary111101011001011111000101010101101001001011011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f525f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f525f1; }

 p { color: rgb(245,37,241); }

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

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

 a { background-color: rgb(245,37,241); }

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

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

 span { border-color: rgb(245,37,241); }

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