Html Css Color HEX #F404E0 Hot Magenta

📋 copy color: '#F404E0'

red 244 ◦ green 4 ◦ blue 224

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

Shades of Hot Magenta #F404E0

Tints of Hot Magenta #F404E0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 51.69%
G = 0.85%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F404E0 (or 0xF404E0) is known color: Hot Magenta. HEX triplet: F4, 04 and E0. RGB value is (244,4,224). Sum of RGB (Red+Green+Blue) = 244+4+224=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F404E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404E0 is #0BFB1F. Grayscale: #646464. Windows color (decimal): -785184 or 14681332. OLE color: 14681332.

HSL color Cylindrical-coordinate representation of color #F404E0: hue angle of 305º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F404E0 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 224 -
CMYK 0 0.98 0.08 0.04
HSL 305º 0.97% 0.49% -
HSV(B) 305º 0.98% 0.96% -
XYZ 50.81 24.7 72.61 -
YUV 100.84 197.51 230.11 -
System Red Green Blue C M Y K H S L
Decimal 244 4 224 0 0.98 0.08 0.04 305 0.97 0.49
Hex F4 4 E0 0 62 8 4 131 61 31
Octal 364 4 340 0 142 10 4 461 141 61
Binary 11110100 100 11100000 0 1100010 1000 100 100110001 1100001 110001

Color Harmonies of #F404E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F404E0

Black with #F404E0

Text Example


Text Example

White with #F404E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F404E0; }

 p { color: rgb(244,4,224); }

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

background-color css

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

 a { background-color: rgb(244,4,224); }

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

border-color css

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

 span { border-color: rgb(244,4,224); }

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