#F16AD9

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

Shades of Free Speech Magenta #F16AD9

Tints of Free Speech Magenta #F16AD9

Color information

#F16AD9 (or 0xF16AD9) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 6A and D9. RGB value is (241,106,217). Sum of RGB (Red+Green+Blue) = 241+106+217=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD9 is #0E9526. Grayscale: #9E9E9E. Windows color (decimal): -955687 or 14248689. OLE color: 14248689.

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

Color convert

RGB241106217-
CMYK00.560.100.05
HSL310.67º82.82%68.04%-
HSV(B)310.67º56.02%94.51%-
XYZ53.9534.0269.37-
YUV159.02160.73186.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=42.73%
G=18.79%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110621700.560.100.05310.6782.8268.04
HexF16AD9038A51375344
Octal361152331070125467123104
Binary111100011101010110110010111000101010110011011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16AD9; }

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

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

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

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

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

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

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

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