Html Css Color HEX #F80EE7 Magenta

📋 copy color: '#F80EE7'

red 248 ◦ green 14 ◦ blue 231

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

Shades of Magenta #F80EE7

Tints of Magenta #F80EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 50.3%
G = 2.84%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F80EE7 (or 0xF80EE7) is known color: Magenta. HEX triplet: F8, 0E and E7. RGB value is (248,14,231). Sum of RGB (Red+Green+Blue) = 248+14+231=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EE7 is #07F118. Grayscale: #6C6C6C. Windows color (decimal): -520473 or 15142648. OLE color: 15142648.

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

Color convert

RGB 248 14 231 -
CMYK 0 0.94 0.07 0.03
HSL 304.36º 0.94% 0.51% -
HSV(B) 304.36º 0.94% 0.97% -
XYZ 53.29 26.04 77.82 -
YUV 108.7 197.02 227.36 -
System Red Green Blue C M Y K H S L
Decimal 248 14 231 0 0.94 0.07 0.03 304.36 0.94 0.51
Hex F8 E E7 0 5E 7 3 130 5E 33
Octal 370 16 347 0 136 7 3 460 136 63
Binary 11111000 1110 11100111 0 1011110 111 11 100110000 1011110 110011

Color Harmonies of #F80EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EE7

Black with #F80EE7

Text Example


Text Example

White with #F80EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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