Html Css Color HEX #F640EE Free Speech Magenta

📋 copy color: '#F640EE'

red 246 ◦ green 64 ◦ blue 238

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

Shades of Free Speech Magenta #F640EE

Tints of Free Speech Magenta #F640EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 44.89%
G = 11.68%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F640EE (or 0xF640EE) is known color: Free Speech Magenta. HEX triplet: F6, 40 and EE. RGB value is (246,64,238). Sum of RGB (Red+Green+Blue) = 246+64+238=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F640EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640EE is #09BF11. Grayscale: #898989. Windows color (decimal): -638738 or 15614198. OLE color: 15614198.

HSL color Cylindrical-coordinate representation of color #F640EE: hue angle of 302.64º 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 #F640EE is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 238 -
CMYK 0 0.74 0.03 0.04
HSL 302.64º 0.91% 0.61% -
HSV(B) 302.64º 0.74% 0.96% -
XYZ 55.27 29.43 83.66 -
YUV 138.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 246 64 238 0 0.74 0.03 0.04 302.64 0.91 0.61
Hex F6 40 EE 0 4A 3 4 12F 5B 3D
Octal 366 100 356 0 112 3 4 457 133 75
Binary 11110110 1000000 11101110 0 1001010 11 100 100101111 1011011 111101

Color Harmonies of #F640EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640EE

Black with #F640EE

Text Example


Text Example

White with #F640EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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