Html Css Color HEX #F40ED5 Hot Magenta

📋 copy color: '#F40ED5'

red 244 ◦ green 14 ◦ blue 213

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

Shades of Hot Magenta #F40ED5

Tints of Hot Magenta #F40ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 51.8%
G = 2.97%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F40ED5 (or 0xF40ED5) is known color: Hot Magenta. HEX triplet: F4, 0E and D5. RGB value is (244,14,213). Sum of RGB (Red+Green+Blue) = 244+14+213=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ED5 is #0BF12A. Grayscale: #686868. Windows color (decimal): -782635 or 13962996. OLE color: 13962996.

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

Color convert

RGB 244 14 213 -
CMYK 0 0.94 0.13 0.04
HSL 308.09º 0.91% 0.51% -
HSV(B) 308.09º 0.94% 0.96% -
XYZ 49.48 24.35 65.04 -
YUV 105.46 188.7 226.82 -
System Red Green Blue C M Y K H S L
Decimal 244 14 213 0 0.94 0.13 0.04 308.09 0.91 0.51
Hex F4 E D5 0 5E D 4 134 5B 33
Octal 364 16 325 0 136 15 4 464 133 63
Binary 11110100 1110 11010101 0 1011110 1101 100 100110100 1011011 110011

Color Harmonies of #F40ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40ED5

Black with #F40ED5

Text Example


Text Example

White with #F40ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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