#F164DD

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

Shades of Free Speech Magenta #F164DD

Tints of Free Speech Magenta #F164DD

Color information

#F164DD (or 0xF164DD) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 64 and DD. RGB value is (241,100,221). Sum of RGB (Red+Green+Blue) = 241+100+221=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F164DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164DD is #0E9B22. Grayscale: #9B9B9B. Windows color (decimal): -957219 or 14509297. OLE color: 14509297.

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

Color convert

RGB241100221-
CMYK00.590.080.05
HSL308.51º83.43%66.86%-
HSV(B)308.51º58.51%94.51%-
XYZ53.8833.0471.94-
YUV155.95164.71188.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.88%
GREEN value IS 100 (39.45% from 255) = 17.79%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=42.88%
G=17.79%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110022100.590.080.05308.5183.4366.86
HexF164DD03B851355343
Octal361144335073105465123103
Binary111100011100100110111010111011100010110011010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164DD; }

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

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

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

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

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

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

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

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