Html Css Color HEX #F521EB Magenta

📋 copy color: '#F521EB'

red 245 ◦ green 33 ◦ blue 235

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

Shades of Magenta #F521EB

Tints of Magenta #F521EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 47.76%
G = 6.43%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F521EB (or 0xF521EB) is known color: Magenta. HEX triplet: F5, 21 and EB. RGB value is (245,33,235). Sum of RGB (Red+Green+Blue) = 245+33+235=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F521EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521EB is #0ADE14. Grayscale: #767676. Windows color (decimal): -712213 or 15409653. OLE color: 15409653.

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

Color convert

RGB 245 33 235 -
CMYK 0 0.87 0.04 0.04
HSL 302.83º 0.91% 0.55% -
HSV(B) 302.83º 0.87% 0.96% -
XYZ 53.2 26.5 80.91 -
YUV 119.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 245 33 235 0 0.87 0.04 0.04 302.83 0.91 0.55
Hex F5 21 EB 0 57 4 4 12F 5B 37
Octal 365 41 353 0 127 4 4 457 133 67
Binary 11110101 100001 11101011 0 1010111 100 100 100101111 1011011 110111

Color Harmonies of #F521EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521EB

Black with #F521EB

Text Example


Text Example

White with #F521EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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