#F766DD

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

Shades of Free Speech Magenta #F766DD

Tints of Free Speech Magenta #F766DD

Color information

#F766DD (or 0xF766DD) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 66 and DD. RGB value is (247,102,221). Sum of RGB (Red+Green+Blue) = 247+102+221=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DD is #089922. Grayscale: #9E9E9E. Windows color (decimal): -563491 or 14509815. OLE color: 14509815.

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

Color convert

RGB247102221-
CMYK00.590.110.03
HSL310.76º90.06%68.43%-
HSV(B)310.76º58.7%96.86%-
XYZ56.1634.572.11-
YUV158.92163.04190.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 102 (40.23% from 255) = 17.89%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=43.33%
G=17.89%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710222100.590.110.03310.7690.0668.43
HexF766DD03BB31375a44
Octal367146335073133467132104
Binary11110111110011011011101011101110111110011011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766DD; }

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

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

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

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

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

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

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

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