#F166D4

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

Shades of Free Speech Magenta #F166D4

Tints of Free Speech Magenta #F166D4

Color information

#F166D4 (or 0xF166D4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 66 and D4. RGB value is (241,102,212). Sum of RGB (Red+Green+Blue) = 241+102+212=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F166D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166D4 is #0E992B. Grayscale: #9B9B9B. Windows color (decimal): -956716 or 13919985. OLE color: 13919985.

HSL color Cylindrical-coordinate representation of color #F166D4: hue angle of 312.52º 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 #F166D4 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241102212-
CMYK00.580.120.05
HSL312.52º83.23%67.25%-
HSV(B)312.52º57.68%94.51%-
XYZ52.9132.9665.86-
YUV156.1159.55188.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 102 (40.23% from 255) = 18.38%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=43.42%
G=18.38%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110221200.580.120.05312.5283.2367.25
HexF166D403AC51395343
Octal361146324072145471123103
Binary111100011100110110101000111010110010110011100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166D4; }

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

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

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

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

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

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

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

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