#F64DE4

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

Shades of Free Speech Magenta #F64DE4

Tints of Free Speech Magenta #F64DE4

Color information

#F64DE4 (or 0xF64DE4) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 4D and E4. RGB value is (246,77,228). Sum of RGB (Red+Green+Blue) = 246+77+228=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DE4 is #09B21B. Grayscale: #909090. Windows color (decimal): -635420 or 14962166. OLE color: 14962166.

HSL color Cylindrical-coordinate representation of color #F64DE4: hue angle of 306.39º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DE4 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB24677228-
CMYK00.690.070.04
HSL306.39º90.37%63.33%-
HSV(B)306.39º68.7%96.47%-
XYZ54.6630.576.41-
YUV144.74174.99200.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 77 (30.47% from 255) = 13.97%
BLUE value IS 228 (89.45% from 255) = 41.38%
R=44.65%
G=13.97%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467722800.690.070.04306.3990.3763.33
HexF64DE4045741325a3f
Octal36611534401057446213277
Binary11110110100110111100100010001011111001001100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64DE4; }

 p { color: rgb(246,77,228); }

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

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

 a { background-color: rgb(246,77,228); }

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

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

 span { border-color: rgb(246,77,228); }

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