Html Css Color HEX #F409DC Hot Magenta

📋 copy color: '#F409DC'

red 244 ◦ green 9 ◦ blue 220

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

Shades of Hot Magenta #F409DC

Tints of Hot Magenta #F409DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.9%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 51.59%
G = 1.9%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F409DC (or 0xF409DC) is known color: Hot Magenta. HEX triplet: F4, 09 and DC. RGB value is (244,9,220). Sum of RGB (Red+Green+Blue) = 244+9+220=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F409DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409DC is #0BF623. Grayscale: #666666. Windows color (decimal): -783908 or 14420468. OLE color: 14420468.

HSL color Cylindrical-coordinate representation of color #F409DC: hue angle of 306.13º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F409DC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 220 -
CMYK 0 0.96 0.10 0.04
HSL 306.13º 0.93% 0.5% -
HSV(B) 306.13º 0.96% 0.96% -
XYZ 50.32 24.6 69.81 -
YUV 103.32 193.86 228.34 -
System Red Green Blue C M Y K H S L
Decimal 244 9 220 0 0.96 0.10 0.04 306.13 0.93 0.5
Hex F4 9 DC 0 60 A 4 132 5D 32
Octal 364 11 334 0 140 12 4 462 135 62
Binary 11110100 1001 11011100 0 1100000 1010 100 100110010 1011101 110010

Color Harmonies of #F409DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F409DC

Black with #F409DC

Text Example


Text Example

White with #F409DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F409DC; }

 p { color: rgb(244,9,220); }

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

background-color css

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

 a { background-color: rgb(244,9,220); }

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

border-color css

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

 span { border-color: rgb(244,9,220); }

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