Html Css Color HEX #F520F6 Magenta

📋 copy color: '#F520F6'

red 245 ◦ green 32 ◦ blue 246

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

Shades of Magenta #F520F6

Tints of Magenta #F520F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 46.85%
G = 6.12%
B = 47.04%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F520F6 (or 0xF520F6) is known color: Magenta. HEX triplet: F5, 20 and F6. RGB value is (245,32,246). Sum of RGB (Red+Green+Blue) = 245+32+246=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 32 (12.89% from 255 or 6.12% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #F520F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F520F6 is #0ADF09. Grayscale: #777777. Windows color (decimal): -712458 or 16130293. OLE color: 16130293.

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

Color convert

RGB 245 32 246 -
CMYK 0.00 0.87 0 0.04
HSL 299.72º 0.92% 0.55% -
HSV(B) 299.72º 0.87% 0.96% -
XYZ 54.81 27.1 89.53 -
YUV 120.08 199.07 217.1 -
System Red Green Blue C M Y K H S L
Decimal 245 32 246 0.00 0.87 0 0.04 299.72 0.92 0.55
Hex F5 20 F6 0 57 0 4 12C 5C 37
Octal 365 40 366 0 127 0 4 454 134 67
Binary 11110101 100000 11110110 0 1010111 0 100 100101100 1011100 110111

Color Harmonies of #F520F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520F6

Black with #F520F6

Text Example


Text Example

White with #F520F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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