Html Css Color HEX #F00EE1 Hot Magenta

📋 copy color: '#F00EE1'

red 240 ◦ green 14 ◦ blue 225

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

Shades of Hot Magenta #F00EE1

Tints of Hot Magenta #F00EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 50.1%
G = 2.92%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F00EE1 (or 0xF00EE1) is known color: Hot Magenta. HEX triplet: F0, 0E and E1. RGB value is (240,14,225). Sum of RGB (Red+Green+Blue) = 240+14+225=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EE1 is #0FF11E. Grayscale: #696969. Windows color (decimal): -1044767 or 14749424. OLE color: 14749424.

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

Color convert

RGB 240 14 225 -
CMYK 0 0.94 0.06 0.06
HSL 303.98º 0.89% 0.5% -
HSV(B) 303.98º 0.94% 0.94% -
XYZ 49.68 24.28 73.3 -
YUV 105.63 195.37 223.84 -
System Red Green Blue C M Y K H S L
Decimal 240 14 225 0 0.94 0.06 0.06 303.98 0.89 0.5
Hex F0 E E1 0 5E 6 6 130 59 32
Octal 360 16 341 0 136 6 6 460 131 62
Binary 11110000 1110 11100001 0 1011110 110 110 100110000 1011001 110010

Color Harmonies of #F00EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EE1

Black with #F00EE1

Text Example


Text Example

White with #F00EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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