Html Css Color HEX #F521F0 Magenta

📋 copy color: '#F521F0'

red 245 ◦ green 33 ◦ blue 240

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

Shades of Magenta #F521F0

Tints of Magenta #F521F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 47.3%
G = 6.37%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F521F0 (or 0xF521F0) is known color: Magenta. HEX triplet: F5, 21 and F0. RGB value is (245,33,240). Sum of RGB (Red+Green+Blue) = 245+33+240=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 33 (13.28% from 255 or 6.37% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F521F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521F0 is #0ADE0F. Grayscale: #777777. Windows color (decimal): -712208 or 15737333. OLE color: 15737333.

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

Color convert

RGB 245 33 240 -
CMYK 0 0.87 0.02 0.04
HSL 301.42º 0.91% 0.55% -
HSV(B) 301.42º 0.87% 0.96% -
XYZ 53.93 26.79 84.77 -
YUV 119.99 195.74 217.17 -
System Red Green Blue C M Y K H S L
Decimal 245 33 240 0 0.87 0.02 0.04 301.42 0.91 0.55
Hex F5 21 F0 0 57 2 4 12D 5B 37
Octal 365 41 360 0 127 2 4 455 133 67
Binary 11110101 100001 11110000 0 1010111 10 100 100101101 1011011 110111

Color Harmonies of #F521F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521F0

Black with #F521F0

Text Example


Text Example

White with #F521F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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