Html Css Color HEX #F80EFE Magenta

📋 copy color: '#F80EFE'

red 248 ◦ green 14 ◦ blue 254

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

Shades of Magenta #F80EFE

Tints of Magenta #F80EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.71%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 48.06%
G = 2.71%
B = 49.22%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F80EFE (or 0xF80EFE) is known color: Magenta. HEX triplet: F8, 0E and FE. RGB value is (248,14,254). Sum of RGB (Red+Green+Blue) = 248+14+254=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 14 (5.86% from 255 or 2.71% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F80EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EFE is #07F101. Grayscale: #6E6E6E. Windows color (decimal): -520450 or 16649976. OLE color: 16649976.

HSL color Cylindrical-coordinate representation of color #F80EFE: hue angle of 298.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80EFE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 14 254 -
CMYK 0.02 0.94 0 0.00
HSL 298.5º 0.99% 0.53% -
HSV(B) 298.5º 0.94% 1% -
XYZ 56.76 27.43 96.07 -
YUV 111.33 208.52 225.49 -
System Red Green Blue C M Y K H S L
Decimal 248 14 254 0.02 0.94 0 0.00 298.5 0.99 0.53
Hex F8 E FE 2 5E 0 0 12A 63 35
Octal 370 16 376 2 136 0 0 452 143 65
Binary 11111000 1110 11111110 10 1011110 0 0 100101010 1100011 110101

Color Harmonies of #F80EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EFE

Black with #F80EFE

Text Example


Text Example

White with #F80EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EFE; }

 p { color: rgb(248,14,254); }

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

background-color css

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

 a { background-color: rgb(248,14,254); }

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

border-color css

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

 span { border-color: rgb(248,14,254); }

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