Html Css Color HEX #F80EEC Magenta

📋 copy color: '#F80EEC'

red 248 ◦ green 14 ◦ blue 236

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

Shades of Magenta #F80EEC

Tints of Magenta #F80EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 49.8%
G = 2.81%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F80EEC (or 0xF80EEC) is known color: Magenta. HEX triplet: F8, 0E and EC. RGB value is (248,14,236). Sum of RGB (Red+Green+Blue) = 248+14+236=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EEC is #07F113. Grayscale: #6C6C6C. Windows color (decimal): -520468 or 15470328. OLE color: 15470328.

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

Color convert

RGB 248 14 236 -
CMYK 0 0.94 0.05 0.03
HSL 303.08º 0.94% 0.51% -
HSV(B) 303.08º 0.94% 0.97% -
XYZ 54.01 26.33 81.59 -
YUV 109.27 199.52 226.95 -
System Red Green Blue C M Y K H S L
Decimal 248 14 236 0 0.94 0.05 0.03 303.08 0.94 0.51
Hex F8 E EC 0 5E 5 3 12F 5E 33
Octal 370 16 354 0 136 5 3 457 136 63
Binary 11111000 1110 11101100 0 1011110 101 11 100101111 1011110 110011

Color Harmonies of #F80EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EEC

Black with #F80EEC

Text Example


Text Example

White with #F80EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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