Html Css Color HEX #F64EDC Free Speech Magenta

📋 copy color: '#F64EDC'

red 246 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Magenta #F64EDC

Tints of Free Speech Magenta #F64EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.34%

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

R = 45.22%
G = 14.34%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F64EDC (or 0xF64EDC) is known color: Free Speech Magenta. HEX triplet: F6, 4E and DC. RGB value is (246,78,220). Sum of RGB (Red+Green+Blue) = 246+78+220=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EDC is #09B123. Grayscale: #909090. Windows color (decimal): -635172 or 14438134. OLE color: 14438134.

HSL color Cylindrical-coordinate representation of color #F64EDC: hue angle of 309.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EDC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 78 220 -
CMYK 0 0.68 0.11 0.04
HSL 309.29º 0.9% 0.64% -
HSV(B) 309.29º 0.68% 0.96% -
XYZ 53.65 30.21 70.71 -
YUV 144.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 246 78 220 0 0.68 0.11 0.04 309.29 0.9 0.64
Hex F6 4E DC 0 44 B 4 135 5A 40
Octal 366 116 334 0 104 13 4 465 132 100
Binary 11110110 1001110 11011100 0 1000100 1011 100 100110101 1011010 1000000

Color Harmonies of #F64EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EDC

Black with #F64EDC

Text Example


Text Example

White with #F64EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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