Html Css Color HEX #F522FA Magenta

📋 copy color: '#F522FA'

red 245 ◦ green 34 ◦ blue 250

#F522FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F522FA

Tints of Magenta #F522FA

RGB

 RED value IS 245 (96.09% from 255) = 46.31%

 GREEN value IS 34 (13.67% from 255) = 6.43%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 46.31%
G = 6.43%
B = 47.26%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F522FA (or 0xF522FA) is known color: Magenta. HEX triplet: F5, 22 and FA. RGB value is (245,34,250). Sum of RGB (Red+Green+Blue) = 245+34+250=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 34 (13.67% from 255 or 6.43% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F522FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F522FA is #0ADD05. Grayscale: #797979. Windows color (decimal): -711942 or 16392949. OLE color: 16392949.

HSL color Cylindrical-coordinate representation of color #F522FA: hue angle of 298.61º degrees, saturation: 0.96, 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 #F522FA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 34 250 -
CMYK 0.02 0.86 0 0.02
HSL 298.61º 0.96% 0.56% -
HSV(B) 298.61º 0.86% 0.98% -
XYZ 55.48 27.46 92.82 -
YUV 121.71 200.4 215.94 -
System Red Green Blue C M Y K H S L
Decimal 245 34 250 0.02 0.86 0 0.02 298.61 0.96 0.56
Hex F5 22 FA 2 56 0 2 12B 60 38
Octal 365 42 372 2 126 0 2 453 140 70
Binary 11110101 100010 11111010 10 1010110 0 10 100101011 1100000 111000

Color Harmonies of #F522FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F522FA

Black with #F522FA

Text Example


Text Example

White with #F522FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F522FA; }

 p { color: rgb(245,34,250); }

 H1.HeaderClassName
 {
   color: #F522FA;
 }
 .AnyTagClassName
 {
   color: #F522FA;
 }
</style>

background-color css

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

 a { background-color: rgb(245,34,250); }

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

border-color css

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

 span { border-color: rgb(245,34,250); }

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