Html Css Color HEX #F40EE7 Magenta

📋 copy color: '#F40EE7'

red 244 ◦ green 14 ◦ blue 231

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

Shades of Magenta #F40EE7

Tints of Magenta #F40EE7

RGB

 RED value IS 244 (95.7% from 255) = 49.9%

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 49.9%
G = 2.86%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F40EE7 (or 0xF40EE7) is known color: Magenta. HEX triplet: F4, 0E and E7. RGB value is (244,14,231). Sum of RGB (Red+Green+Blue) = 244+14+231=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F40EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EE7 is #0BF118. Grayscale: #6A6A6A. Windows color (decimal): -782617 or 15142644. OLE color: 15142644.

HSL color Cylindrical-coordinate representation of color #F40EE7: hue angle of 303.39º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EE7 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 14 231 -
CMYK 0 0.94 0.05 0.04
HSL 303.39º 0.91% 0.51% -
HSV(B) 303.39º 0.94% 0.96% -
XYZ 51.89 25.32 77.75 -
YUV 107.51 197.7 225.36 -
System Red Green Blue C M Y K H S L
Decimal 244 14 231 0 0.94 0.05 0.04 303.39 0.91 0.51
Hex F4 E E7 0 5E 5 4 12F 5B 33
Octal 364 16 347 0 136 5 4 457 133 63
Binary 11110100 1110 11100111 0 1011110 101 100 100101111 1011011 110011

Color Harmonies of #F40EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40EE7

Black with #F40EE7

Text Example


Text Example

White with #F40EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40EE7; }

 p { color: rgb(244,14,231); }

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

background-color css

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

 a { background-color: rgb(244,14,231); }

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

border-color css

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

 span { border-color: rgb(244,14,231); }

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