Html Css Color HEX #F40EDC Hot Magenta

📋 copy color: '#F40EDC'

red 244 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #F40EDC

Tints of Hot Magenta #F40EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 51.05%
G = 2.93%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F40EDC (or 0xF40EDC) is known color: Hot Magenta. HEX triplet: F4, 0E and DC. RGB value is (244,14,220). Sum of RGB (Red+Green+Blue) = 244+14+220=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F40EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40EDC is #0BF123. Grayscale: #696969. Windows color (decimal): -782628 or 14421748. OLE color: 14421748.

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

Color convert

RGB 244 14 220 -
CMYK 0 0.94 0.10 0.04
HSL 306.26º 0.91% 0.51% -
HSV(B) 306.26º 0.94% 0.96% -
XYZ 50.38 24.71 69.83 -
YUV 106.25 192.2 226.25 -
System Red Green Blue C M Y K H S L
Decimal 244 14 220 0 0.94 0.10 0.04 306.26 0.91 0.51
Hex F4 E DC 0 5E A 4 132 5B 33
Octal 364 16 334 0 136 12 4 462 133 63
Binary 11110100 1110 11011100 0 1011110 1010 100 100110010 1011011 110011

Color Harmonies of #F40EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40EDC

Black with #F40EDC

Text Example


Text Example

White with #F40EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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