#F64FD2

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

Shades of Free Speech Magenta #F64FD2

Tints of Free Speech Magenta #F64FD2

Color information

#F64FD2 (or 0xF64FD2) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 4F and D2. RGB value is (246,79,210). Sum of RGB (Red+Green+Blue) = 246+79+210=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FD2 is #09B02D. Grayscale: #8F8F8F. Windows color (decimal): -634926 or 13783030. OLE color: 13783030.

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

Color convert

RGB24679210-
CMYK00.680.150.04
HSL312.93º90.27%63.73%-
HSV(B)312.93º67.89%96.47%-
XYZ52.4329.8463.97-
YUV143.87165.33200.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 79 (31.25% from 255) = 14.77%
BLUE value IS 210 (82.42% from 255) = 39.25%
R=45.98%
G=14.77%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467921000.680.150.04312.9390.2763.73
HexF64FD2044F41395a40
Octal3661173220104174471132100
Binary1111011010011111101001001000100111110010011100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64FD2; }

 p { color: rgb(246,79,210); }

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

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

 a { background-color: rgb(246,79,210); }

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

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

 span { border-color: rgb(246,79,210); }

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