#F164E9

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

Shades of Free Speech Magenta #F164E9

Tints of Free Speech Magenta #F164E9

Color information

#F164E9 (or 0xF164E9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 64 and E9. RGB value is (241,100,233). Sum of RGB (Red+Green+Blue) = 241+100+233=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F164E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164E9 is #0E9B16. Grayscale: #9C9C9C. Windows color (decimal): -957207 or 15295729. OLE color: 15295729.

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

Color convert

RGB241100233-
CMYK00.590.030.05
HSL303.4º83.43%66.86%-
HSV(B)303.4º58.51%94.51%-
XYZ55.5433.780.67-
YUV157.32170.71187.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 100 (39.45% from 255) = 17.42%
BLUE value IS 233 (91.41% from 255) = 40.59%
R=41.99%
G=17.42%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110023300.590.030.05303.483.4366.86
HexF164E903B3512f5343
Octal36114435107335457123103
Binary1111000111001001110100101110111110110010111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164E9; }

 p { color: rgb(241,100,233); }

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

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

 a { background-color: rgb(241,100,233); }

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

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

 span { border-color: rgb(241,100,233); }

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