Html Css Color HEX #F80EE2 Hot Magenta

📋 copy color: '#F80EE2'

red 248 ◦ green 14 ◦ blue 226

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

Shades of Hot Magenta #F80EE2

Tints of Hot Magenta #F80EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.31%

R = 50.82%
G = 2.87%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F80EE2 (or 0xF80EE2) is known color: Hot Magenta. HEX triplet: F8, 0E and E2. RGB value is (248,14,226). Sum of RGB (Red+Green+Blue) = 248+14+226=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EE2 is #07F11D. Grayscale: #6B6B6B. Windows color (decimal): -520478 or 14814968. OLE color: 14814968.

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

Color convert

RGB 248 14 226 -
CMYK 0 0.94 0.09 0.03
HSL 305.64º 0.94% 0.51% -
HSV(B) 305.64º 0.94% 0.97% -
XYZ 52.6 25.76 74.15 -
YUV 108.13 194.52 227.76 -
System Red Green Blue C M Y K H S L
Decimal 248 14 226 0 0.94 0.09 0.03 305.64 0.94 0.51
Hex F8 E E2 0 5E 9 3 132 5E 33
Octal 370 16 342 0 136 11 3 462 136 63
Binary 11111000 1110 11100010 0 1011110 1001 11 100110010 1011110 110011

Color Harmonies of #F80EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EE2

Black with #F80EE2

Text Example


Text Example

White with #F80EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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