#F764E4

Color #F764E4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F764E4

Tints of Free Speech Magenta #F764E4

Color information

#F764E4 (or 0xF764E4) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 64 and E4. RGB value is (247,100,228). Sum of RGB (Red+Green+Blue) = 247+100+228=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 100 (39.45% from 255 or 17.39% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F764E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764E4 is #089B1B. Grayscale: #9E9E9E. Windows color (decimal): -563996 or 14968055. OLE color: 14968055.

HSL color Cylindrical-coordinate representation of color #F764E4: hue angle of 307.76º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764E4 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB247100228-
CMYK00.600.080.03
HSL307.76º90.18%68.04%-
HSV(B)307.76º59.51%96.86%-
XYZ56.9234.4977.06-
YUV158.54167.2191.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.96%
GREEN value IS 100 (39.45% from 255) = 17.39%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=42.96%
G=17.39%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710022800.600.080.03307.7690.1868.04
HexF764E403C831345a44
Octal367144344074103464132104
Binary11110111110010011100100011110010001110011010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764E4; }

 p { color: rgb(247,100,228); }

 H1.HeaderClassName
 {
   color: #F764E4;
 }
 .AnyTagClassName
 {
   color: #F764E4;
 }
</style>
background-color css

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

 a { background-color: rgb(247,100,228); }

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

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

 span { border-color: rgb(247,100,228); }

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