Html Css Color HEX #F404DB Hot Magenta

📋 copy color: '#F404DB'

red 244 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #F404DB

Tints of Hot Magenta #F404DB

RGB

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

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

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

R = 52.25%
G = 0.86%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F404DB (or 0xF404DB) is known color: Hot Magenta. HEX triplet: F4, 04 and DB. RGB value is (244,4,219). Sum of RGB (Red+Green+Blue) = 244+4+219=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F404DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F404DB is #0BFB24. Grayscale: #636363. Windows color (decimal): -785189 or 14353652. OLE color: 14353652.

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

Color convert

RGB 244 4 219 -
CMYK 0 0.98 0.10 0.04
HSL 306.25º 0.97% 0.49% -
HSV(B) 306.25º 0.98% 0.96% -
XYZ 50.14 24.43 69.09 -
YUV 100.27 195.01 230.52 -
System Red Green Blue C M Y K H S L
Decimal 244 4 219 0 0.98 0.10 0.04 306.25 0.97 0.49
Hex F4 4 DB 0 62 A 4 132 61 31
Octal 364 4 333 0 142 12 4 462 141 61
Binary 11110100 100 11011011 0 1100010 1010 100 100110010 1100001 110001

Color Harmonies of #F404DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F404DB

Black with #F404DB

Text Example


Text Example

White with #F404DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F404DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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