#F16DDC

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

Shades of Free Speech Magenta #F16DDC

Tints of Free Speech Magenta #F16DDC

Color information

#F16DDC (or 0xF16DDC) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 6D and DC. RGB value is (241,109,220). Sum of RGB (Red+Green+Blue) = 241+109+220=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DDC is #0E9223. Grayscale: #A0A0A0. Windows color (decimal): -954916 or 14446065. OLE color: 14446065.

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

Color convert

RGB241109220-
CMYK00.550.090.05
HSL309.55º82.5%68.63%-
HSV(B)309.55º54.77%94.51%-
XYZ54.6634.8171.55-
YUV161.12161.23184.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.28%
GREEN value IS 109 (42.97% from 255) = 19.12%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=42.28%
G=19.12%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110922000.550.090.05309.5582.568.63
HexF16DDC037951365245
Octal361155334067115466122105
Binary111100011101101110111000110111100110110011011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16DDC; }

 p { color: rgb(241,109,220); }

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

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

 a { background-color: rgb(241,109,220); }

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

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

 span { border-color: rgb(241,109,220); }

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