#F764D8

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

Shades of Free Speech Magenta #F764D8

Tints of Free Speech Magenta #F764D8

Color information

#F764D8 (or 0xF764D8) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 64 and D8. RGB value is (247,100,216). Sum of RGB (Red+Green+Blue) = 247+100+216=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F764D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764D8 is #089B27. Grayscale: #9C9C9C. Windows color (decimal): -564008 or 14181623. OLE color: 14181623.

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

Color convert

RGB247100216-
CMYK00.600.130.03
HSL312.65º90.18%68.04%-
HSV(B)312.65º59.51%96.86%-
XYZ55.3133.8568.58-
YUV157.18161.2192.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.87%
GREEN value IS 100 (39.45% from 255) = 17.76%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=43.87%
G=17.76%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710021600.600.130.03312.6590.1868.04
HexF764D803CD31395a44
Octal367144330074153471132104
Binary11110111110010011011000011110011011110011100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764D8; }

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

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

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

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

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

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

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

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