#F757DA

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

Shades of Free Speech Magenta #F757DA

Tints of Free Speech Magenta #F757DA

Color information

#F757DA (or 0xF757DA) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 57 and DA. RGB value is (247,87,218). Sum of RGB (Red+Green+Blue) = 247+87+218=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F757DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757DA is #08A825. Grayscale: #959595. Windows color (decimal): -567334 or 14309367. OLE color: 14309367.

HSL color Cylindrical-coordinate representation of color #F757DA: hue angle of 310.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F757DA is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB24787218-
CMYK00.650.120.03
HSL310.88º90.91%65.49%-
HSV(B)310.88º64.78%96.86%-
XYZ54.4231.6569.57-
YUV149.77166.51197.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 87 (34.38% from 255) = 15.76%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=44.75%
G=15.76%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478721800.650.120.03310.8890.9165.49
HexF757DA041C31375b41
Octal3671273320101143467133101
Binary111101111010111110110100100000111001110011011110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F757DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F757DA; }

 p { color: rgb(247,87,218); }

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

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

 a { background-color: rgb(247,87,218); }

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

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

 span { border-color: rgb(247,87,218); }

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