Html Css Color HEX #F521EE Magenta

📋 copy color: '#F521EE'

red 245 ◦ green 33 ◦ blue 238

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

Shades of Magenta #F521EE

Tints of Magenta #F521EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 47.48%
G = 6.4%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F521EE (or 0xF521EE) is known color: Magenta. HEX triplet: F5, 21 and EE. RGB value is (245,33,238). Sum of RGB (Red+Green+Blue) = 245+33+238=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F521EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F521EE is #0ADE11. Grayscale: #777777. Windows color (decimal): -712210 or 15606261. OLE color: 15606261.

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

Color convert

RGB 245 33 238 -
CMYK 0 0.87 0.03 0.04
HSL 301.98º 0.91% 0.55% -
HSV(B) 301.98º 0.87% 0.96% -
XYZ 53.63 26.67 83.21 -
YUV 119.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 245 33 238 0 0.87 0.03 0.04 301.98 0.91 0.55
Hex F5 21 EE 0 57 3 4 12E 5B 37
Octal 365 41 356 0 127 3 4 456 133 67
Binary 11110101 100001 11101110 0 1010111 11 100 100101110 1011011 110111

Color Harmonies of #F521EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F521EE

Black with #F521EE

Text Example


Text Example

White with #F521EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F521EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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