#F764DC

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

Shades of Free Speech Magenta #F764DC

Tints of Free Speech Magenta #F764DC

Color information

#F764DC (or 0xF764DC) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 64 and DC. RGB value is (247,100,220). Sum of RGB (Red+Green+Blue) = 247+100+220=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F764DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764DC is #089B23. Grayscale: #9D9D9D. Windows color (decimal): -564004 or 14443767. OLE color: 14443767.

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

Color convert

RGB247100220-
CMYK00.600.110.03
HSL311.02º90.18%68.04%-
HSV(B)311.02º59.51%96.86%-
XYZ55.8334.0671.34-
YUV157.63163.2191.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.56%
GREEN value IS 100 (39.45% from 255) = 17.64%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=43.56%
G=17.64%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710022000.600.110.03311.0290.1868.04
HexF764DC03CB31375a44
Octal367144334074133467132104
Binary11110111110010011011100011110010111110011011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F764DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F764DC; }

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

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

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

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

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

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

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

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