Html Css Color HEX #F404C5 Hot Magenta

📋 copy color: '#F404C5'

red 244 ◦ green 4 ◦ blue 197

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

Shades of Hot Magenta #F404C5

Tints of Hot Magenta #F404C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.27%

R = 54.83%
G = 0.9%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F404C5 (or 0xF404C5) is known color: Hot Magenta. HEX triplet: F4, 04 and C5. RGB value is (244,4,197). Sum of RGB (Red+Green+Blue) = 244+4+197=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F404C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404C5 is #0BFB3A. Grayscale: #616161. Windows color (decimal): -785211 or 12911860. OLE color: 12911860.

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

Color convert

RGB 244 4 197 -
CMYK 0 0.98 0.19 0.04
HSL 311.75º 0.97% 0.49% -
HSV(B) 311.75º 0.98% 0.96% -
XYZ 47.43 23.35 54.83 -
YUV 97.76 184.01 232.31 -
System Red Green Blue C M Y K H S L
Decimal 244 4 197 0 0.98 0.19 0.04 311.75 0.97 0.49
Hex F4 4 C5 0 62 13 4 138 61 31
Octal 364 4 305 0 142 23 4 470 141 61
Binary 11110100 100 11000101 0 1100010 10011 100 100111000 1100001 110001

Color Harmonies of #F404C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F404C5

Black with #F404C5

Text Example


Text Example

White with #F404C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F404C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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