Html Css Color HEX #F619DC Hot Magenta

📋 copy color: '#F619DC'

red 246 ◦ green 25 ◦ blue 220

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

Shades of Hot Magenta #F619DC

Tints of Hot Magenta #F619DC

RGB

 RED value IS 246 (96.48% from 255) = 50.1%

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

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

R = 50.1%
G = 5.09%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F619DC (or 0xF619DC) is known color: Hot Magenta. HEX triplet: F6, 19 and DC. RGB value is (246,25,220). Sum of RGB (Red+Green+Blue) = 246+25+220=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F619DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F619DC is #09E623. Grayscale: #707070. Windows color (decimal): -648740 or 14424566. OLE color: 14424566.

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

Color convert

RGB 246 25 220 -
CMYK 0 0.90 0.11 0.04
HSL 307.06º 0.92% 0.53% -
HSV(B) 307.06º 0.9% 0.96% -
XYZ 51.27 25.46 69.92 -
YUV 113.31 188.22 222.64 -
System Red Green Blue C M Y K H S L
Decimal 246 25 220 0 0.90 0.11 0.04 307.06 0.92 0.53
Hex F6 19 DC 0 5A B 4 133 5C 35
Octal 366 31 334 0 132 13 4 463 134 65
Binary 11110110 11001 11011100 0 1011010 1011 100 100110011 1011100 110101

Color Harmonies of #F619DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F619DC

Black with #F619DC

Text Example


Text Example

White with #F619DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F619DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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