#F64BD8

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

Shades of Free Speech Magenta #F64BD8

Tints of Free Speech Magenta #F64BD8

Color information

#F64BD8 (or 0xF64BD8) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 4B and D8. RGB value is (246,75,216). Sum of RGB (Red+Green+Blue) = 246+75+216=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 75 (29.69% from 255 or 13.97% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64BD8 is #09B427. Grayscale: #8D8D8D. Windows color (decimal): -635944 or 14175222. OLE color: 14175222.

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

Color convert

RGB24675216-
CMYK00.700.120.04
HSL310.53º90.48%62.94%-
HSV(B)310.53º69.51%96.47%-
XYZ52.9229.5867.89-
YUV142.2169.65202.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 75 (29.69% from 255) = 13.97%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=45.81%
G=13.97%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467521600.700.120.04310.5390.4862.94
HexF64BD8046C41375a3f
Octal366113330010614446713277
Binary111101101001011110110000100011011001001001101111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64BD8; }

 p { color: rgb(246,75,216); }

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

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

 a { background-color: rgb(246,75,216); }

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

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

 span { border-color: rgb(246,75,216); }

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