Html Css Color HEX #F520FC Magenta

📋 copy color: '#F520FC'

red 245 ◦ green 32 ◦ blue 252

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

Shades of Magenta #F520FC

Tints of Magenta #F520FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 46.31%
G = 6.05%
B = 47.64%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F520FC (or 0xF520FC) is known color: Magenta. HEX triplet: F5, 20 and FC. RGB value is (245,32,252). Sum of RGB (Red+Green+Blue) = 245+32+252=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 32 (12.89% from 255 or 6.05% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #F520FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520FC is #0ADF03. Grayscale: #787878. Windows color (decimal): -712452 or 16523509. OLE color: 16523509.

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

Color convert

RGB 245 32 252 -
CMYK 0.03 0.87 0 0.01
HSL 298.09º 0.97% 0.56% -
HSV(B) 298.09º 0.87% 0.99% -
XYZ 55.74 27.47 94.46 -
YUV 120.77 202.07 216.61 -
System Red Green Blue C M Y K H S L
Decimal 245 32 252 0.03 0.87 0 0.01 298.09 0.97 0.56
Hex F5 20 FC 3 57 0 1 12A 61 38
Octal 365 40 374 3 127 0 1 452 141 70
Binary 11110101 100000 11111100 11 1010111 0 1 100101010 1100001 111000

Color Harmonies of #F520FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520FC

Black with #F520FC

Text Example


Text Example

White with #F520FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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