#F166E1

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

Shades of Free Speech Magenta #F166E1

Tints of Free Speech Magenta #F166E1

Color information

#F166E1 (or 0xF166E1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 66 and E1. RGB value is (241,102,225). Sum of RGB (Red+Green+Blue) = 241+102+225=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F166E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166E1 is #0E991E. Grayscale: #9D9D9D. Windows color (decimal): -956703 or 14771953. OLE color: 14771953.

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

Color convert

RGB241102225-
CMYK00.580.070.05
HSL306.91º83.23%67.25%-
HSV(B)306.91º57.68%94.51%-
XYZ54.6233.6474.85-
YUV157.58166.05187.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 102 (40.23% from 255) = 17.96%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=42.43%
G=17.96%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110222500.580.070.05306.9183.2367.25
HexF166E103A751335343
Octal36114634107275463123103
Binary11110001110011011100001011101011110110011001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166E1; }

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

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

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

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

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

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

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

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