Html Css Color HEX #F80EE3 Hot Magenta

📋 copy color: '#F80EE3'

red 248 ◦ green 14 ◦ blue 227

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

Shades of Hot Magenta #F80EE3

Tints of Hot Magenta #F80EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.42%

R = 50.72%
G = 2.86%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F80EE3 (or 0xF80EE3) is known color: Hot Magenta. HEX triplet: F8, 0E and E3. RGB value is (248,14,227). Sum of RGB (Red+Green+Blue) = 248+14+227=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EE3 is #07F11C. Grayscale: #6B6B6B. Windows color (decimal): -520477 or 14880504. OLE color: 14880504.

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

Color convert

RGB 248 14 227 -
CMYK 0 0.94 0.08 0.03
HSL 305.38º 0.94% 0.51% -
HSV(B) 305.38º 0.94% 0.97% -
XYZ 52.73 25.82 74.88 -
YUV 108.25 195.02 227.68 -
System Red Green Blue C M Y K H S L
Decimal 248 14 227 0 0.94 0.08 0.03 305.38 0.94 0.51
Hex F8 E E3 0 5E 8 3 131 5E 33
Octal 370 16 343 0 136 10 3 461 136 63
Binary 11111000 1110 11100011 0 1011110 1000 11 100110001 1011110 110011

Color Harmonies of #F80EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80EE3

Black with #F80EE3

Text Example


Text Example

White with #F80EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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