#F357DA

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

Shades of Free Speech Magenta #F357DA

Tints of Free Speech Magenta #F357DA

Color information

#F357DA (or 0xF357DA) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 57 and DA. RGB value is (243,87,218). Sum of RGB (Red+Green+Blue) = 243+87+218=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 87 (34.38% from 255 or 15.88% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F357DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F357DA is #0CA825. Grayscale: #949494. Windows color (decimal): -829478 or 14309363. OLE color: 14309363.

HSL color Cylindrical-coordinate representation of color #F357DA: hue angle of 309.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F357DA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24387218-
CMYK00.640.100.05
HSL309.62º86.67%64.71%-
HSV(B)309.62º64.2%95.29%-
XYZ53.0330.9369.51-
YUV148.58167.18195.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.34%
GREEN value IS 87 (34.38% from 255) = 15.88%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=44.34%
G=15.88%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438721800.640.100.05309.6286.6764.71
HexF357DA040A51365741
Octal3631273320100125466127101
Binary1111001110101111101101001000000101010110011011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F357DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F357DA; }

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

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

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

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

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

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

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

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