#F169D6

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

Shades of Free Speech Magenta #F169D6

Tints of Free Speech Magenta #F169D6

Color information

#F169D6 (or 0xF169D6) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 69 and D6. RGB value is (241,105,214). Sum of RGB (Red+Green+Blue) = 241+105+214=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F169D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169D6 is #0E9629. Grayscale: #9D9D9D. Windows color (decimal): -955946 or 14051825. OLE color: 14051825.

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

Color convert

RGB241105214-
CMYK00.560.110.05
HSL311.91º82.93%67.84%-
HSV(B)311.91º56.43%94.51%-
XYZ53.4633.6667.3-
YUV158.09159.56187.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 105 (41.41% from 255) = 18.75%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=43.04%
G=18.75%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110521400.560.110.05311.9182.9367.84
HexF169D6038B51385344
Octal361151326070135470123104
Binary111100011101001110101100111000101110110011100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F169D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F169D6; }

 p { color: rgb(241,105,214); }

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

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

 a { background-color: rgb(241,105,214); }

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

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

 span { border-color: rgb(241,105,214); }

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