Html Css Color HEX #F80EEF Magenta

📋 copy color: '#F80EEF'

red 248 ◦ green 14 ◦ blue 239

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

Shades of Magenta #F80EEF

Tints of Magenta #F80EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 49.5%
G = 2.79%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F80EEF (or 0xF80EEF) is known color: Magenta. HEX triplet: F8, 0E and EF. RGB value is (248,14,239). Sum of RGB (Red+Green+Blue) = 248+14+239=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 14 (5.86% from 255 or 2.79% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80EEF is #07F110. Grayscale: #6C6C6C. Windows color (decimal): -520465 or 15666936. OLE color: 15666936.

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

Color convert

RGB 248 14 239 -
CMYK 0 0.94 0.04 0.03
HSL 302.31º 0.94% 0.51% -
HSV(B) 302.31º 0.94% 0.97% -
XYZ 54.45 26.5 83.91 -
YUV 109.62 201.02 226.7 -
System Red Green Blue C M Y K H S L
Decimal 248 14 239 0 0.94 0.04 0.03 302.31 0.94 0.51
Hex F8 E EF 0 5E 4 3 12E 5E 33
Octal 370 16 357 0 136 4 3 456 136 63
Binary 11111000 1110 11101111 0 1011110 100 11 100101110 1011110 110011

Color Harmonies of #F80EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EEF

Black with #F80EEF

Text Example


Text Example

White with #F80EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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