#F16ED9

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

Shades of Free Speech Magenta #F16ED9

Tints of Free Speech Magenta #F16ED9

Color information

#F16ED9 (or 0xF16ED9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 6E and D9. RGB value is (241,110,217). Sum of RGB (Red+Green+Blue) = 241+110+217=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ED9 is #0E9126. Grayscale: #A1A1A1. Windows color (decimal): -954663 or 14249713. OLE color: 14249713.

HSL color Cylindrical-coordinate representation of color #F16ED9: hue angle of 310.99º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16ED9 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241110217-
CMYK00.540.100.05
HSL310.99º82.39%68.82%-
HSV(B)310.99º54.36%94.51%-
XYZ54.3834.8669.51-
YUV161.37159.4184.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 110 (43.36% from 255) = 19.37%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=42.43%
G=19.37%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111021700.540.100.05310.9982.3968.82
HexF16ED9036A51375245
Octal361156331066125467122105
Binary111100011101110110110010110110101010110011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16ED9; }

 p { color: rgb(241,110,217); }

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

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

 a { background-color: rgb(241,110,217); }

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

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

 span { border-color: rgb(241,110,217); }

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