Html Css Color HEX #F640ED Free Speech Magenta

📋 copy color: '#F640ED'

red 246 ◦ green 64 ◦ blue 237

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

Shades of Free Speech Magenta #F640ED

Tints of Free Speech Magenta #F640ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 44.97%
G = 11.7%
B = 43.33%

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

#F640ED (or 0xF640ED) is known color: Free Speech Magenta. HEX triplet: F6, 40 and ED. RGB value is (246,64,237). Sum of RGB (Red+Green+Blue) = 246+64+237=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F640ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640ED is #09BF12. Grayscale: #898989. Windows color (decimal): -638739 or 15548662. OLE color: 15548662.

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

Color convert

RGB 246 64 237 -
CMYK 0 0.74 0.04 0.04
HSL 302.97º 0.91% 0.61% -
HSV(B) 302.97º 0.74% 0.96% -
XYZ 55.13 29.37 82.89 -
YUV 138.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 246 64 237 0 0.74 0.04 0.04 302.97 0.91 0.61
Hex F6 40 ED 0 4A 4 4 12F 5B 3D
Octal 366 100 355 0 112 4 4 457 133 75
Binary 11110110 1000000 11101101 0 1001010 100 100 100101111 1011011 111101

Color Harmonies of #F640ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640ED

Black with #F640ED

Text Example


Text Example

White with #F640ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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