Html Css Color HEX #F00EDA Hot Magenta

📋 copy color: '#F00EDA'

red 240 ◦ green 14 ◦ blue 218

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

Shades of Hot Magenta #F00EDA

Tints of Hot Magenta #F00EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 50.85%
G = 2.97%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F00EDA (or 0xF00EDA) is known color: Hot Magenta. HEX triplet: F0, 0E and DA. RGB value is (240,14,218). Sum of RGB (Red+Green+Blue) = 240+14+218=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EDA is #0FF125. Grayscale: #686868. Windows color (decimal): -1044774 or 14290672. OLE color: 14290672.

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

Color convert

RGB 240 14 218 -
CMYK 0 0.94 0.09 0.06
HSL 305.84º 0.89% 0.5% -
HSV(B) 305.84º 0.94% 0.94% -
XYZ 48.75 23.9 68.37 -
YUV 104.83 191.87 224.41 -
System Red Green Blue C M Y K H S L
Decimal 240 14 218 0 0.94 0.09 0.06 305.84 0.89 0.5
Hex F0 E DA 0 5E 9 6 132 59 32
Octal 360 16 332 0 136 11 6 462 131 62
Binary 11110000 1110 11011010 0 1011110 1001 110 100110010 1011001 110010

Color Harmonies of #F00EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EDA

Black with #F00EDA

Text Example


Text Example

White with #F00EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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