#F464E4

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

Shades of Free Speech Magenta #F464E4

Tints of Free Speech Magenta #F464E4

Color information

#F464E4 (or 0xF464E4) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 64 and E4. RGB value is (244,100,228). Sum of RGB (Red+Green+Blue) = 244+100+228=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F464E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464E4 is #0B9B1B. Grayscale: #9D9D9D. Windows color (decimal): -760604 or 14968052. OLE color: 14968052.

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

Color convert

RGB244100228-
CMYK00.590.070.04
HSL306.67º86.75%67.45%-
HSV(B)306.67º59.02%95.69%-
XYZ55.8733.9577.01-
YUV157.65167.71189.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.66%
GREEN value IS 100 (39.45% from 255) = 17.48%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=42.66%
G=17.48%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410022800.590.070.04306.6786.7567.45
HexF464E403B741335743
Octal36414434407374463127103
Binary11110100110010011100100011101111110010011001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F464E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F464E4; }

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

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

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

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

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

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

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

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