Html Css Color HEX #F80AE5 Magenta

📋 copy color: '#F80AE5'

red 248 ◦ green 10 ◦ blue 229

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

Shades of Magenta #F80AE5

Tints of Magenta #F80AE5

RGB

 RED value IS 248 (97.27% from 255) = 50.92%

 GREEN value IS 10 (4.3% from 255) = 2.05%

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 50.92%
G = 2.05%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F80AE5 (or 0xF80AE5) is known color: Magenta. HEX triplet: F8, 0A and E5. RGB value is (248,10,229). Sum of RGB (Red+Green+Blue) = 248+10+229=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AE5 is #07F51A. Grayscale: #696969. Windows color (decimal): -521499 or 15010552. OLE color: 15010552.

HSL color Cylindrical-coordinate representation of color #F80AE5: hue angle of 304.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AE5 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 10 229 -
CMYK 0 0.96 0.08 0.03
HSL 304.79º 0.94% 0.51% -
HSV(B) 304.79º 0.96% 0.97% -
XYZ 52.96 25.83 76.32 -
YUV 106.13 197.35 229.19 -
System Red Green Blue C M Y K H S L
Decimal 248 10 229 0 0.96 0.08 0.03 304.79 0.94 0.51
Hex F8 A E5 0 60 8 3 131 5E 33
Octal 370 12 345 0 140 10 3 461 136 63
Binary 11111000 1010 11100101 0 1100000 1000 11 100110001 1011110 110011

Color Harmonies of #F80AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AE5

Black with #F80AE5

Text Example


Text Example

White with #F80AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AE5; }

 p { color: rgb(248,10,229); }

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

background-color css

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

 a { background-color: rgb(248,10,229); }

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

border-color css

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

 span { border-color: rgb(248,10,229); }

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