Html Css Color HEX #F521FF Magenta

📋 copy color: '#F521FF'

red 245 ◦ green 33 ◦ blue 255

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

Shades of Magenta #F521FF

Tints of Magenta #F521FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.84%

R = 45.97%
G = 6.19%
B = 47.84%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F521FF (or 0xF521FF) is known color: Magenta. HEX triplet: F5, 21 and FF. RGB value is (245,33,255). Sum of RGB (Red+Green+Blue) = 245+33+255=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 33 (13.28% from 255 or 6.19% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F521FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521FF is #0ADE00. Grayscale: #797979. Windows color (decimal): -712193 or 16720373. OLE color: 16720373.

HSL color Cylindrical-coordinate representation of color #F521FF: hue angle of 297.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F521FF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 33 255 -
CMYK 0.04 0.87 0 0
HSL 297.3º 1% 0.56% -
HSV(B) 297.3º 0.87% 1% -
XYZ 56.25 27.72 96.99 -
YUV 121.7 203.24 215.95 -
System Red Green Blue C M Y K H S L
Decimal 245 33 255 0.04 0.87 0 0 297.3 1 0.56
Hex F5 21 FF 4 57 0 0 129 64 38
Octal 365 41 377 4 127 0 0 451 144 70
Binary 11110101 100001 11111111 100 1010111 0 0 100101001 1100100 111000

Color Harmonies of #F521FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521FF

Black with #F521FF

Text Example


Text Example

White with #F521FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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