Html Css Color HEX #F649DC Free Speech Magenta

📋 copy color: '#F649DC'

red 246 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Magenta #F649DC

Tints of Free Speech Magenta #F649DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.54%

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

R = 45.64%
G = 13.54%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F649DC (or 0xF649DC) is known color: Free Speech Magenta. HEX triplet: F6, 49 and DC. RGB value is (246,73,220). Sum of RGB (Red+Green+Blue) = 246+73+220=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F649DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F649DC is #09B623. Grayscale: #8D8D8D. Windows color (decimal): -636452 or 14436854. OLE color: 14436854.

HSL color Cylindrical-coordinate representation of color #F649DC: hue angle of 309.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F649DC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 220 -
CMYK 0 0.70 0.11 0.04
HSL 309.02º 0.91% 0.63% -
HSV(B) 309.02º 0.7% 0.96% -
XYZ 53.31 29.53 70.6 -
YUV 141.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 246 73 220 0 0.70 0.11 0.04 309.02 0.91 0.63
Hex F6 49 DC 0 46 B 4 135 5B 3F
Octal 366 111 334 0 106 13 4 465 133 77
Binary 11110110 1001001 11011100 0 1000110 1011 100 100110101 1011011 111111

Color Harmonies of #F649DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F649DC

Black with #F649DC

Text Example


Text Example

White with #F649DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F649DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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