Html Css Color HEX #F80ED0 Hot Magenta

📋 copy color: '#F80ED0'

red 248 ◦ green 14 ◦ blue 208

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

Shades of Hot Magenta #F80ED0

Tints of Hot Magenta #F80ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 52.77%
G = 2.98%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F80ED0 (or 0xF80ED0) is known color: Hot Magenta. HEX triplet: F8, 0E and D0. RGB value is (248,14,208). Sum of RGB (Red+Green+Blue) = 248+14+208=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ED0 is #07F12F. Grayscale: #696969. Windows color (decimal): -520496 or 13635320. OLE color: 13635320.

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

Color convert

RGB 248 14 208 -
CMYK 0 0.94 0.16 0.03
HSL 310.26º 0.94% 0.51% -
HSV(B) 310.26º 0.94% 0.97% -
XYZ 50.25 24.82 61.82 -
YUV 106.08 185.52 229.23 -
System Red Green Blue C M Y K H S L
Decimal 248 14 208 0 0.94 0.16 0.03 310.26 0.94 0.51
Hex F8 E D0 0 5E 10 3 136 5E 33
Octal 370 16 320 0 136 20 3 466 136 63
Binary 11111000 1110 11010000 0 1011110 10000 11 100110110 1011110 110011

Color Harmonies of #F80ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ED0

Black with #F80ED0

Text Example


Text Example

White with #F80ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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