Html Css Color HEX #F00EEC Magenta

📋 copy color: '#F00EEC'

red 240 ◦ green 14 ◦ blue 236

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

Shades of Magenta #F00EEC

Tints of Magenta #F00EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 48.98%
G = 2.86%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F00EEC (or 0xF00EEC) is known color: Magenta. HEX triplet: F0, 0E and EC. RGB value is (240,14,236). Sum of RGB (Red+Green+Blue) = 240+14+236=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EEC is #0FF113. Grayscale: #6A6A6A. Windows color (decimal): -1044756 or 15470320. OLE color: 15470320.

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

Color convert

RGB 240 14 236 -
CMYK 0 0.94 0.02 0.06
HSL 301.06º 0.89% 0.5% -
HSV(B) 301.06º 0.94% 0.94% -
XYZ 51.23 24.9 81.46 -
YUV 106.88 200.87 222.95 -
System Red Green Blue C M Y K H S L
Decimal 240 14 236 0 0.94 0.02 0.06 301.06 0.89 0.5
Hex F0 E EC 0 5E 2 6 12D 59 32
Octal 360 16 354 0 136 2 6 455 131 62
Binary 11110000 1110 11101100 0 1011110 10 110 100101101 1011001 110010

Color Harmonies of #F00EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EEC

Black with #F00EEC

Text Example


Text Example

White with #F00EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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