Html Css Color HEX #F00EDE Hot Magenta

📋 copy color: '#F00EDE'

red 240 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #F00EDE

Tints of Hot Magenta #F00EDE

RGB

 RED value IS 240 (94.14% from 255) = 50.42%

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 50.42%
G = 2.94%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F00EDE (or 0xF00EDE) is known color: Hot Magenta. HEX triplet: F0, 0E and DE. RGB value is (240,14,222). Sum of RGB (Red+Green+Blue) = 240+14+222=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EDE is #0FF121. Grayscale: #686868. Windows color (decimal): -1044770 or 14552816. OLE color: 14552816.

HSL color Cylindrical-coordinate representation of color #F00EDE: hue angle of 304.78º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EDE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 222 -
CMYK 0 0.94 0.08 0.06
HSL 304.78º 0.89% 0.5% -
HSV(B) 304.78º 0.94% 0.94% -
XYZ 49.28 24.11 71.16 -
YUV 105.29 193.87 224.09 -
System Red Green Blue C M Y K H S L
Decimal 240 14 222 0 0.94 0.08 0.06 304.78 0.89 0.5
Hex F0 E DE 0 5E 8 6 131 59 32
Octal 360 16 336 0 136 10 6 461 131 62
Binary 11110000 1110 11011110 0 1011110 1000 110 100110001 1011001 110010

Color Harmonies of #F00EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EDE

Black with #F00EDE

Text Example


Text Example

White with #F00EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EDE; }

 p { color: rgb(240,14,222); }

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

background-color css

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

 a { background-color: rgb(240,14,222); }

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

border-color css

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

 span { border-color: rgb(240,14,222); }

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