Html Css Color HEX #F00EEB Magenta

📋 copy color: '#F00EEB'

red 240 ◦ green 14 ◦ blue 235

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

Shades of Magenta #F00EEB

Tints of Magenta #F00EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 49.08%
G = 2.86%
B = 48.06%

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

#F00EEB (or 0xF00EEB) is known color: Magenta. HEX triplet: F0, 0E and EB. RGB value is (240,14,235). Sum of RGB (Red+Green+Blue) = 240+14+235=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EEB is #0FF114. Grayscale: #6A6A6A. Windows color (decimal): -1044757 or 15404784. OLE color: 15404784.

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

Color convert

RGB 240 14 235 -
CMYK 0 0.94 0.02 0.06
HSL 301.33º 0.89% 0.5% -
HSV(B) 301.33º 0.94% 0.94% -
XYZ 51.09 24.84 80.7 -
YUV 106.77 200.37 223.03 -
System Red Green Blue C M Y K H S L
Decimal 240 14 235 0 0.94 0.02 0.06 301.33 0.89 0.5
Hex F0 E EB 0 5E 2 6 12D 59 32
Octal 360 16 353 0 136 2 6 455 131 62
Binary 11110000 1110 11101011 0 1011110 10 110 100101101 1011001 110010

Color Harmonies of #F00EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EEB

Black with #F00EEB

Text Example


Text Example

White with #F00EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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