Html Css Color HEX #F404DA Hot Magenta

📋 copy color: '#F404DA'

red 244 ◦ green 4 ◦ blue 218

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

Shades of Hot Magenta #F404DA

Tints of Hot Magenta #F404DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 52.36%
G = 0.86%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F404DA (or 0xF404DA) is known color: Hot Magenta. HEX triplet: F4, 04 and DA. RGB value is (244,4,218). Sum of RGB (Red+Green+Blue) = 244+4+218=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F404DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404DA is #0BFB25. Grayscale: #636363. Windows color (decimal): -785190 or 14288116. OLE color: 14288116.

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

Color convert

RGB 244 4 218 -
CMYK 0 0.98 0.11 0.04
HSL 306.5º 0.97% 0.49% -
HSV(B) 306.5º 0.98% 0.96% -
XYZ 50.01 24.38 68.4 -
YUV 100.16 194.51 230.6 -
System Red Green Blue C M Y K H S L
Decimal 244 4 218 0 0.98 0.11 0.04 306.5 0.97 0.49
Hex F4 4 DA 0 62 B 4 132 61 31
Octal 364 4 332 0 142 13 4 462 141 61
Binary 11110100 100 11011010 0 1100010 1011 100 100110010 1100001 110001

Color Harmonies of #F404DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F404DA

Black with #F404DA

Text Example


Text Example

White with #F404DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F404DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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