Html Css Color HEX #F520FF Magenta

📋 copy color: '#F520FF'

red 245 ◦ green 32 ◦ blue 255

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

Shades of Magenta #F520FF

Tints of Magenta #F520FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.02%

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

R = 46.05%
G = 6.02%
B = 47.93%

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

#F520FF (or 0xF520FF) is known color: Magenta. HEX triplet: F5, 20 and FF. RGB value is (245,32,255). Sum of RGB (Red+Green+Blue) = 245+32+255=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 32 (12.89% from 255 or 6.02% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #F520FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520FF is #0ADF00. Grayscale: #787878. Windows color (decimal): -712449 or 16720117. OLE color: 16720117.

HSL color Cylindrical-coordinate representation of color #F520FF: hue angle of 297.31º 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 #F520FF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 32 255 -
CMYK 0.04 0.87 0 0
HSL 297.31º 1% 0.56% -
HSV(B) 297.31º 0.87% 1% -
XYZ 56.22 27.67 96.98 -
YUV 121.11 203.57 216.37 -
System Red Green Blue C M Y K H S L
Decimal 245 32 255 0.04 0.87 0 0 297.31 1 0.56
Hex F5 20 FF 4 57 0 0 129 64 38
Octal 365 40 377 4 127 0 0 451 144 70
Binary 11110101 100000 11111111 100 1010111 0 0 100101001 1100100 111000

Color Harmonies of #F520FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520FF

Black with #F520FF

Text Example


Text Example

White with #F520FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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