#f166dc

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

Shades of Free Speech Magenta #F166DC

Tints of Free Speech Magenta #F166DC

Color information

#F166DC (or 0xF166DC) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 66 and DC. RGB value is (241,102,220). Sum of RGB (Red+Green+Blue) = 241+102+220=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F166DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166DC is #0E9923. Grayscale: #9C9C9C. Windows color (decimal): -956708 or 14444273. OLE color: 14444273.

HSL color Cylindrical-coordinate representation of color #F166DC: hue angle of 309.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166DC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241102220-
CMYK00.580.090.05
HSL309.06º83.23%67.25%-
HSV(B)309.06º57.68%94.51%-
XYZ53.9533.3771.31-
YUV157.01163.55187.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 102 (40.23% from 255) = 18.12%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=42.81%
G=18.12%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110222000.580.090.05309.0683.2367.25
HexF166DC03A951355343
Octal361146334072115465123103
Binary111100011100110110111000111010100110110011010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f166dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f166dc; }

 p { color: rgb(241,102,220); }

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

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

 a { background-color: rgb(241,102,220); }

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

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

 span { border-color: rgb(241,102,220); }

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