#F766DF

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

Shades of Free Speech Magenta #F766DF

Tints of Free Speech Magenta #F766DF

Color information

#F766DF (or 0xF766DF) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 66 and DF. RGB value is (247,102,223). Sum of RGB (Red+Green+Blue) = 247+102+223=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DF is #089920. Grayscale: #9E9E9E. Windows color (decimal): -563489 or 14640887. OLE color: 14640887.

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

Color convert

RGB247102223-
CMYK00.590.100.03
HSL309.93º90.06%68.43%-
HSV(B)309.93º58.7%96.86%-
XYZ56.4334.673.52-
YUV159.15164.04190.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.18%
GREEN value IS 102 (40.23% from 255) = 17.83%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=43.18%
G=17.83%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710222300.590.100.03309.9390.0668.43
HexF766DF03BA31365a44
Octal367146337073123466132104
Binary11110111110011011011111011101110101110011011010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766DF; }

 p { color: rgb(247,102,223); }

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

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

 a { background-color: rgb(247,102,223); }

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

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

 span { border-color: rgb(247,102,223); }

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