Html Css Color HEX #F419DC Hot Magenta

📋 copy color: '#F419DC'

red 244 ◦ green 25 ◦ blue 220

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

Shades of Hot Magenta #F419DC

Tints of Hot Magenta #F419DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.11%

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

R = 49.9%
G = 5.11%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F419DC (or 0xF419DC) is known color: Hot Magenta. HEX triplet: F4, 19 and DC. RGB value is (244,25,220). Sum of RGB (Red+Green+Blue) = 244+25+220=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F419DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F419DC is #0BE623. Grayscale: #707070. Windows color (decimal): -779812 or 14424564. OLE color: 14424564.

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

Color convert

RGB 244 25 220 -
CMYK 0 0.90 0.10 0.04
HSL 306.58º 0.91% 0.53% -
HSV(B) 306.58º 0.9% 0.96% -
XYZ 50.57 25.1 69.89 -
YUV 112.71 188.55 221.64 -
System Red Green Blue C M Y K H S L
Decimal 244 25 220 0 0.90 0.10 0.04 306.58 0.91 0.53
Hex F4 19 DC 0 5A A 4 133 5B 35
Octal 364 31 334 0 132 12 4 463 133 65
Binary 11110100 11001 11011100 0 1011010 1010 100 100110011 1011011 110101

Color Harmonies of #F419DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F419DC

Black with #F419DC

Text Example


Text Example

White with #F419DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F419DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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