#f464d6

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

Shades of Free Speech Magenta #F464D6

Tints of Free Speech Magenta #F464D6

Color information

#F464D6 (or 0xF464D6) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 64 and D6. RGB value is (244,100,214). Sum of RGB (Red+Green+Blue) = 244+100+214=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F464D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464D6 is #0B9B29. Grayscale: #9B9B9B. Windows color (decimal): -760618 or 14050548. OLE color: 14050548.

HSL color Cylindrical-coordinate representation of color #F464D6: hue angle of 312.5º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464D6 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244100214-
CMYK00.590.120.04
HSL312.5º86.75%67.45%-
HSV(B)312.5º59.02%95.69%-
XYZ5433.267.18-
YUV156.05160.71190.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.73%
GREEN value IS 100 (39.45% from 255) = 17.92%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=43.73%
G=17.92%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410021400.590.120.04312.586.7567.45
HexF464D603BC41385743
Octal364144326073144470127103
Binary111101001100100110101100111011110010010011100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f464d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f464d6; }

 p { color: rgb(244,100,214); }

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

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

 a { background-color: rgb(244,100,214); }

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

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

 span { border-color: rgb(244,100,214); }

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