Html Css Color HEX #F00EDD Hot Magenta

📋 copy color: '#F00EDD'

red 240 ◦ green 14 ◦ blue 221

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

Shades of Hot Magenta #F00EDD

Tints of Hot Magenta #F00EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 50.53%
G = 2.95%
B = 46.53%

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

#F00EDD (or 0xF00EDD) is known color: Hot Magenta. HEX triplet: F0, 0E and DD. RGB value is (240,14,221). Sum of RGB (Red+Green+Blue) = 240+14+221=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EDD is #0FF122. Grayscale: #686868. Windows color (decimal): -1044771 or 14487280. OLE color: 14487280.

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

Color convert

RGB 240 14 221 -
CMYK 0 0.94 0.08 0.06
HSL 305.04º 0.89% 0.5% -
HSV(B) 305.04º 0.94% 0.94% -
XYZ 49.14 24.06 70.46 -
YUV 105.17 193.37 224.17 -
System Red Green Blue C M Y K H S L
Decimal 240 14 221 0 0.94 0.08 0.06 305.04 0.89 0.5
Hex F0 E DD 0 5E 8 6 131 59 32
Octal 360 16 335 0 136 10 6 461 131 62
Binary 11110000 1110 11011101 0 1011110 1000 110 100110001 1011001 110010

Color Harmonies of #F00EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EDD

Black with #F00EDD

Text Example


Text Example

White with #F00EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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