Html Css Color HEX #F80ECE Hot Magenta

📋 copy color: '#F80ECE'

red 248 ◦ green 14 ◦ blue 206

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

Shades of Hot Magenta #F80ECE

Tints of Hot Magenta #F80ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 52.99%
G = 2.99%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F80ECE (or 0xF80ECE) is known color: Hot Magenta. HEX triplet: F8, 0E and CE. RGB value is (248,14,206). Sum of RGB (Red+Green+Blue) = 248+14+206=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ECE is #07F131. Grayscale: #696969. Windows color (decimal): -520498 or 13504248. OLE color: 13504248.

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

Color convert

RGB 248 14 206 -
CMYK 0 0.94 0.17 0.03
HSL 310.77º 0.94% 0.51% -
HSV(B) 310.77º 0.94% 0.97% -
XYZ 50.01 24.73 60.53 -
YUV 105.85 184.52 229.39 -
System Red Green Blue C M Y K H S L
Decimal 248 14 206 0 0.94 0.17 0.03 310.77 0.94 0.51
Hex F8 E CE 0 5E 11 3 137 5E 33
Octal 370 16 316 0 136 21 3 467 136 63
Binary 11111000 1110 11001110 0 1011110 10001 11 100110111 1011110 110011

Color Harmonies of #F80ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ECE

Black with #F80ECE

Text Example


Text Example

White with #F80ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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