Html Css Color HEX #F80CE5 Magenta

📋 copy color: '#F80CE5'

red 248 ◦ green 12 ◦ blue 229

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

Shades of Magenta #F80CE5

Tints of Magenta #F80CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.45%

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

R = 50.72%
G = 2.45%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F80CE5 (or 0xF80CE5) is known color: Magenta. HEX triplet: F8, 0C and E5. RGB value is (248,12,229). Sum of RGB (Red+Green+Blue) = 248+12+229=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80CE5 is #07F31A. Grayscale: #6A6A6A. Windows color (decimal): -520987 or 15011064. OLE color: 15011064.

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

Color convert

RGB 248 12 229 -
CMYK 0 0.95 0.08 0.03
HSL 304.83º 0.94% 0.51% -
HSV(B) 304.83º 0.95% 0.97% -
XYZ 52.99 25.88 76.33 -
YUV 107.3 196.69 228.36 -
System Red Green Blue C M Y K H S L
Decimal 248 12 229 0 0.95 0.08 0.03 304.83 0.94 0.51
Hex F8 C E5 0 5F 8 3 131 5E 33
Octal 370 14 345 0 137 10 3 461 136 63
Binary 11111000 1100 11100101 0 1011111 1000 11 100110001 1011110 110011

Color Harmonies of #F80CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CE5

Black with #F80CE5

Text Example


Text Example

White with #F80CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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