Html Css Color HEX #F521FA Magenta

📋 copy color: '#F521FA'

red 245 ◦ green 33 ◦ blue 250

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

Shades of Magenta #F521FA

Tints of Magenta #F521FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.25%

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

R = 46.4%
G = 6.25%
B = 47.35%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F521FA (or 0xF521FA) is known color: Magenta. HEX triplet: F5, 21 and FA. RGB value is (245,33,250). Sum of RGB (Red+Green+Blue) = 245+33+250=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F521FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521FA is #0ADE05. Grayscale: #787878. Windows color (decimal): -712198 or 16392693. OLE color: 16392693.

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

Color convert

RGB 245 33 250 -
CMYK 0.02 0.87 0 0.02
HSL 298.62º 0.96% 0.55% -
HSV(B) 298.62º 0.87% 0.98% -
XYZ 55.46 27.4 92.81 -
YUV 121.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 245 33 250 0.02 0.87 0 0.02 298.62 0.96 0.55
Hex F5 21 FA 2 57 0 2 12B 60 37
Octal 365 41 372 2 127 0 2 453 140 67
Binary 11110101 100001 11111010 10 1010111 0 10 100101011 1100000 110111

Color Harmonies of #F521FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521FA

Black with #F521FA

Text Example


Text Example

White with #F521FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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