Html Css Color HEX #F40EDB Hot Magenta

📋 copy color: '#F40EDB'

red 244 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #F40EDB

Tints of Hot Magenta #F40EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 51.15%
G = 2.94%
B = 45.91%

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

#F40EDB (or 0xF40EDB) is known color: Hot Magenta. HEX triplet: F4, 0E and DB. RGB value is (244,14,219). Sum of RGB (Red+Green+Blue) = 244+14+219=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F40EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40EDB is #0BF124. Grayscale: #696969. Windows color (decimal): -782629 or 14356212. OLE color: 14356212.

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

Color convert

RGB 244 14 219 -
CMYK 0 0.94 0.10 0.04
HSL 306.52º 0.91% 0.51% -
HSV(B) 306.52º 0.94% 0.96% -
XYZ 50.25 24.66 69.13 -
YUV 106.14 191.7 226.33 -
System Red Green Blue C M Y K H S L
Decimal 244 14 219 0 0.94 0.10 0.04 306.52 0.91 0.51
Hex F4 E DB 0 5E A 4 133 5B 33
Octal 364 16 333 0 136 12 4 463 133 63
Binary 11110100 1110 11011011 0 1011110 1010 100 100110011 1011011 110011

Color Harmonies of #F40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40EDB

Black with #F40EDB

Text Example


Text Example

White with #F40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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