Html Css Color HEX #F640EC Free Speech Magenta

📋 copy color: '#F640EC'

red 246 ◦ green 64 ◦ blue 236

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

Shades of Free Speech Magenta #F640EC

Tints of Free Speech Magenta #F640EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.72%

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 45.05%
G = 11.72%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F640EC (or 0xF640EC) is known color: Free Speech Magenta. HEX triplet: F6, 40 and EC. RGB value is (246,64,236). Sum of RGB (Red+Green+Blue) = 246+64+236=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F640EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640EC is #09BF13. Grayscale: #898989. Windows color (decimal): -638740 or 15483126. OLE color: 15483126.

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

Color convert

RGB 246 64 236 -
CMYK 0 0.74 0.04 0.04
HSL 303.3º 0.91% 0.61% -
HSV(B) 303.3º 0.74% 0.96% -
XYZ 54.98 29.32 82.12 -
YUV 138.03 183.3 205.01 -
System Red Green Blue C M Y K H S L
Decimal 246 64 236 0 0.74 0.04 0.04 303.3 0.91 0.61
Hex F6 40 EC 0 4A 4 4 12F 5B 3D
Octal 366 100 354 0 112 4 4 457 133 75
Binary 11110110 1000000 11101100 0 1001010 100 100 100101111 1011011 111101

Color Harmonies of #F640EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640EC

Black with #F640EC

Text Example


Text Example

White with #F640EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640EC; }

 p { color: rgb(246,64,236); }

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

background-color css

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

 a { background-color: rgb(246,64,236); }

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

border-color css

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

 span { border-color: rgb(246,64,236); }

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